#5462C6

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

Shades of Free Speech Blue #5462C6

Tints of Free Speech Blue #5462C6

Color information

#5462C6 (or 0x5462C6) is unknown color: approx Free Speech Blue. HEX triplet: 54, 62 and C6. RGB value is (84,98,198). Sum of RGB (Red+Green+Blue) = 84+98+198=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #5462C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5462C6 is #AB9D39. Grayscale: #686868. Windows color (decimal): -11246906 or 13001300. OLE color: 13001300.

HSL color Cylindrical-coordinate representation of color #5462C6: hue angle of 232.63º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5462C6 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8498198-
CMYK0.580.5100.22
HSL232.63º50%55.29%-
HSV(B)232.63º57.58%77.65%-
XYZ18.2214.755.3-
YUV105.21180.36112.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.11%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 198 (77.73% from 255) = 52.11%
R=22.11%
G=25.79%
B=52.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal84981980.580.5100.22232.635055.29
Hex5462C63A33016e93237
Octal12414230672630263516267
Binary101010011000101100011011101011001101011011101001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5462C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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