#5471CC

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

Shades of Havelock Blue #5471CC

Tints of Havelock Blue #5471CC

Color information

#5471CC (or 0x5471CC) is unknown color: approx Havelock Blue. HEX triplet: 54, 71 and CC. RGB value is (84,113,204). Sum of RGB (Red+Green+Blue) = 84+113+204=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #5471CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471CC is #AB8E33. Grayscale: #727272. Windows color (decimal): -11243060 or 13398356. OLE color: 13398356.

HSL color Cylindrical-coordinate representation of color #5471CC: hue angle of 225.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5471CC is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB84113204-
CMYK0.590.4500.2
HSL225.5º54.05%56.47%-
HSV(B)225.5º58.82%80%-
XYZ20.4618.0559.53-
YUV114.7178.39106.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.95%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 204 (80.08% from 255) = 50.87%
R=20.95%
G=28.18%
B=50.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal841132040.590.4500.2225.554.0556.47
Hex5471CC3B2D014e23638
Octal12416131473550243426670
Binary101010011100011100110011101110110101010011100010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5471CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5471CC; }

 p { color: rgb(84,113,204); }

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

<style>
 a { background-color: #5471CC; }

 a { background-color: rgb(84,113,204); }

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

<style>
 span { border-color: #5471CC; }

 span { border-color: rgb(84,113,204); }

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