#5475CE

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

Shades of Havelock Blue #5475CE

Tints of Havelock Blue #5475CE

Color information

#5475CE (or 0x5475CE) is unknown color: approx Havelock Blue. HEX triplet: 54, 75 and CE. RGB value is (84,117,206). Sum of RGB (Red+Green+Blue) = 84+117+206=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #5475CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5475CE is #AB8A31. Grayscale: #747474. Windows color (decimal): -11242034 or 13530452. OLE color: 13530452.

HSL color Cylindrical-coordinate representation of color #5475CE: hue angle of 223.77º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5475CE is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84117206-
CMYK0.590.4300.19
HSL223.77º55.45%56.86%-
HSV(B)223.77º59.22%80.78%-
XYZ21.1619.0660.96-
YUV117.28178.07104.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 206 (80.86% from 255) = 50.61%
R=20.64%
G=28.75%
B=50.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841172060.590.4300.19223.7755.4556.86
Hex5475CE3B2B013e03739
Octal12416531673530233406771
Binary101010011101011100111011101110101101001111100000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5475CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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