#525CC8

Color #525CC8 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #525CC8

Tints of Free Speech Blue #525CC8

Color information

#525CC8 (or 0x525CC8) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5C and C8. RGB value is (82,92,200). Sum of RGB (Red+Green+Blue) = 82+92+200=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #525CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CC8 is #ADA337. Grayscale: #646464. Windows color (decimal): -11379512 or 13130834. OLE color: 13130834.

HSL color Cylindrical-coordinate representation of color #525CC8: hue angle of 234.92º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #525CC8 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8292200-
CMYK0.590.5400.22
HSL234.92º51.75%55.29%-
HSV(B)234.92º59%78.43%-
XYZ17.7313.6256.34-
YUV101.32183.69114.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 200 (78.52% from 255) = 53.48%
R=21.93%
G=24.60%
B=53.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82922000.590.5400.22234.9251.7555.29
Hex525CC83B36016eb3437
Octal12213431073660263536467
Binary101001010111001100100011101111011001011011101011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525CC8; }

 p { color: rgb(82,92,200); }

 H1.HeaderClassName
 {
   color: #525CC8;
 }
 .AnyTagClassName
 {
   color: #525CC8;
 }
</style>
background-color css

<style>
 a { background-color: #525CC8; }

 a { background-color: rgb(82,92,200); }

 div.DivClassName
 {
   background-color: #525CC8;
 }
 .BgClassName
 {
   background-color: #525CC8;
 }
</style>
border-color css

<style>
 span { border-color: #525CC8; }

 span { border-color: rgb(82,92,200); }

 td.TdClassName
 {
   border-color: #525CC8;
 }
 .TagClassName
 {
   border-color: #525CC8;
 }
</style>