#5474CF

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

Shades of Havelock Blue #5474CF

Tints of Havelock Blue #5474CF

Color information

#5474CF (or 0x5474CF) is unknown color: approx Havelock Blue. HEX triplet: 54, 74 and CF. RGB value is (84,116,207). Sum of RGB (Red+Green+Blue) = 84+116+207=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #5474CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5474CF is #AB8B30. Grayscale: #747474. Windows color (decimal): -11242289 or 13595732. OLE color: 13595732.

HSL color Cylindrical-coordinate representation of color #5474CF: hue angle of 224.39º degrees, saturation: 0.56, 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 #5474CF is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84116207-
CMYK0.590.4400.19
HSL224.39º56.16%57.06%-
HSV(B)224.39º59.42%81.18%-
XYZ21.1618.8861.56-
YUV116.81178.9104.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 207 (81.25% from 255) = 50.86%
R=20.64%
G=28.50%
B=50.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841162070.590.4400.19224.3956.1657.06
Hex5474CF3B2C013e03839
Octal12416431773540233407071
Binary101010011101001100111111101110110001001111100000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5474CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5474CF; }

 p { color: rgb(84,116,207); }

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

<style>
 a { background-color: #5474CF; }

 a { background-color: rgb(84,116,207); }

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

<style>
 span { border-color: #5474CF; }

 span { border-color: rgb(84,116,207); }

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