#525BC9

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

Shades of Free Speech Blue #525BC9

Tints of Free Speech Blue #525BC9

Color information

#525BC9 (or 0x525BC9) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5B and C9. RGB value is (82,91,201). Sum of RGB (Red+Green+Blue) = 82+91+201=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #525BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BC9 is #ADA436. Grayscale: #646464. Windows color (decimal): -11379767 or 13196114. OLE color: 13196114.

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

Color convert

RGB8291201-
CMYK0.590.5500.21
HSL235.46º52.42%55.49%-
HSV(B)235.46º59.2%78.82%-
XYZ17.7613.4956.93-
YUV100.85184.52114.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 91 (35.94% from 255) = 24.33%
BLUE value IS 201 (78.91% from 255) = 53.74%
R=21.93%
G=24.33%
B=53.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82912010.590.5500.21235.4652.4255.49
Hex525BC93B37015eb3437
Octal12213331173670253536467
Binary101001010110111100100111101111011101010111101011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,91,201); }

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

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

 a { background-color: rgb(82,91,201); }

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

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

 span { border-color: rgb(82,91,201); }

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