#5462CB

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

Shades of Free Speech Blue #5462CB

Tints of Free Speech Blue #5462CB

Color information

#5462CB (or 0x5462CB) is unknown color: approx Free Speech Blue. HEX triplet: 54, 62 and CB. RGB value is (84,98,203). Sum of RGB (Red+Green+Blue) = 84+98+203=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #5462CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5462CB is #AB9D34. Grayscale: #696969. Windows color (decimal): -11246901 or 13328980. OLE color: 13328980.

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

Color convert

RGB8498203-
CMYK0.590.5200.20
HSL232.94º53.36%56.27%-
HSV(B)232.94º58.62%79.61%-
XYZ18.814.9358.39-
YUV105.78182.86112.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 203 (79.69% from 255) = 52.73%
R=21.82%
G=25.45%
B=52.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal84982030.590.5200.20232.9453.3656.27
Hex5462CB3B34014e93538
Octal12414231373640243516570
Binary101010011000101100101111101111010001010011101001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5462CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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