#5462C9

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

Shades of Free Speech Blue #5462C9

Tints of Free Speech Blue #5462C9

Color information

#5462C9 (or 0x5462C9) is unknown color: approx Free Speech Blue. HEX triplet: 54, 62 and C9. RGB value is (84,98,201). Sum of RGB (Red+Green+Blue) = 84+98+201=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #5462C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5462C9 is #AB9D36. Grayscale: #696969. Windows color (decimal): -11246903 or 13197908. OLE color: 13197908.

HSL color Cylindrical-coordinate representation of color #5462C9: hue angle of 232.82º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5462C9 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8498201-
CMYK0.580.5100.21
HSL232.82º52%55.88%-
HSV(B)232.82º58.21%78.82%-
XYZ18.5714.8457.14-
YUV105.56181.86112.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.93%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 201 (78.91% from 255) = 52.48%
R=21.93%
G=25.59%
B=52.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84982010.580.5100.21232.825255.88
Hex5462C93A33015e93438
Octal12414231172630253516470
Binary101010011000101100100111101011001101010111101001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5462C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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