#5259CC

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

Shades of Free Speech Blue #5259CC

Tints of Free Speech Blue #5259CC

Color information

#5259CC (or 0x5259CC) is unknown color: approx Free Speech Blue. HEX triplet: 52, 59 and CC. RGB value is (82,89,204). Sum of RGB (Red+Green+Blue) = 82+89+204=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #5259CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259CC is #ADA633. Grayscale: #636363. Windows color (decimal): -11380276 or 13392210. OLE color: 13392210.

HSL color Cylindrical-coordinate representation of color #5259CC: hue angle of 236.56º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5259CC is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8289204-
CMYK0.600.5600.2
HSL236.56º54.46%56.08%-
HSV(B)236.56º59.8%80%-
XYZ17.9513.358.75-
YUV100.02186.68115.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 204 (80.08% from 255) = 54.4%
R=21.87%
G=23.73%
B=54.4%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82892040.600.5600.2236.5654.4656.08
Hex5259CC3C38014ed3638
Octal12213131474700243556670
Binary101001010110011100110011110011100001010011101101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5259CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5259CC; }

 p { color: rgb(82,89,204); }

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

<style>
 a { background-color: #5259CC; }

 a { background-color: rgb(82,89,204); }

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

<style>
 span { border-color: #5259CC; }

 span { border-color: rgb(82,89,204); }

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