#5475CA

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

Shades of Havelock Blue #5475CA

Tints of Havelock Blue #5475CA

Color information

#5475CA (or 0x5475CA) is unknown color: approx Havelock Blue. HEX triplet: 54, 75 and CA. RGB value is (84,117,202). Sum of RGB (Red+Green+Blue) = 84+117+202=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #5475CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5475CA is #AB8A35. Grayscale: #747474. Windows color (decimal): -11242038 or 13268308. OLE color: 13268308.

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

Color convert

RGB84117202-
CMYK0.580.4200.21
HSL223.22º52.68%56.08%-
HSV(B)223.22º58.42%79.22%-
XYZ20.6818.8758.43-
YUV116.82176.07104.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.84%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=20.84%
G=29.03%
B=50.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841172020.580.4200.21223.2252.6856.08
Hex5475CA3A2A015df3538
Octal12416531272520253376570
Binary101010011101011100101011101010101001010111011111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5475CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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