#5462CA

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

Shades of Free Speech Blue #5462CA

Tints of Free Speech Blue #5462CA

Color information

#5462CA (or 0x5462CA) is unknown color: approx Free Speech Blue. HEX triplet: 54, 62 and CA. RGB value is (84,98,202). Sum of RGB (Red+Green+Blue) = 84+98+202=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #5462CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5462CA is #AB9D35. Grayscale: #696969. Windows color (decimal): -11246902 or 13263444. OLE color: 13263444.

HSL color Cylindrical-coordinate representation of color #5462CA: hue angle of 232.88º degrees, saturation: 0.53, 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 #5462CA is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8498202-
CMYK0.580.5100.21
HSL232.88º52.68%56.08%-
HSV(B)232.88º58.42%79.22%-
XYZ18.6814.8857.77-
YUV105.67182.36112.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.88%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=21.88%
G=25.52%
B=52.60%

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
Decimal84982020.580.5100.21232.8852.6856.08
Hex5462CA3A33015e93538
Octal12414231272630253516570
Binary101010011000101100101011101011001101010111101001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5462CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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