#5259CB

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

Shades of Free Speech Blue #5259CB

Tints of Free Speech Blue #5259CB

Color information

#5259CB (or 0x5259CB) is unknown color: approx Free Speech Blue. HEX triplet: 52, 59 and CB. RGB value is (82,89,203). Sum of RGB (Red+Green+Blue) = 82+89+203=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #5259CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259CB is #ADA634. Grayscale: #636363. Windows color (decimal): -11380277 or 13326674. OLE color: 13326674.

HSL color Cylindrical-coordinate representation of color #5259CB: hue angle of 236.53º 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 #5259CB is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8289203-
CMYK0.600.5600.20
HSL236.53º53.78%55.88%-
HSV(B)236.53º59.61%79.61%-
XYZ17.8313.2558.12-
YUV99.9186.18115.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 203 (79.69% from 255) = 54.28%
R=21.93%
G=23.80%
B=54.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82892030.600.5600.20236.5353.7855.88
Hex5259CB3C38014ed3638
Octal12213131374700243556670
Binary101001010110011100101111110011100001010011101101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5259CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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