#5459CB

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

Shades of Free Speech Blue #5459CB

Tints of Free Speech Blue #5459CB

Color information

#5459CB (or 0x5459CB) is unknown color: approx Free Speech Blue. HEX triplet: 54, 59 and CB. RGB value is (84,89,203). Sum of RGB (Red+Green+Blue) = 84+89+203=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #5459CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5459CB is #ABA634. Grayscale: #646464. Windows color (decimal): -11249205 or 13326676. OLE color: 13326676.

HSL color Cylindrical-coordinate representation of color #5459CB: hue angle of 237.48º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5459CB is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8489203-
CMYK0.590.5600.20
HSL237.48º53.36%56.27%-
HSV(B)237.48º58.62%79.61%-
XYZ18.0113.3458.13-
YUV100.5185.84116.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.34%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 203 (79.69% from 255) = 53.99%
R=22.34%
G=23.67%
B=53.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal84892030.590.5600.20237.4853.3656.27
Hex5459CB3B38014ed3538
Octal12413131373700243556570
Binary101010010110011100101111101111100001010011101101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5459CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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