#525CC9

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

Shades of Free Speech Blue #525CC9

Tints of Free Speech Blue #525CC9

Color information

#525CC9 (or 0x525CC9) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5C and C9. RGB value is (82,92,201). Sum of RGB (Red+Green+Blue) = 82+92+201=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #525CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CC9 is #ADA336. Grayscale: #646464. Windows color (decimal): -11379511 or 13196370. OLE color: 13196370.

HSL color Cylindrical-coordinate representation of color #525CC9: hue angle of 234.96º 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 #525CC9 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8292201-
CMYK0.590.5400.21
HSL234.96º52.42%55.49%-
HSV(B)234.96º59.2%78.82%-
XYZ17.8513.6756.96-
YUV101.44184.19114.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 201 (78.91% from 255) = 53.6%
R=21.87%
G=24.53%
B=53.6%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82922010.590.5400.21234.9652.4255.49
Hex525CC93B36015eb3437
Octal12213431173660253536467
Binary101001010111001100100111101111011001010111101011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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