#5471BC

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

Shades of Havelock Blue #5471BC

Tints of Havelock Blue #5471BC

Color information

#5471BC (or 0x5471BC) is unknown color: approx Havelock Blue. HEX triplet: 54, 71 and BC. RGB value is (84,113,188). Sum of RGB (Red+Green+Blue) = 84+113+188=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #5471BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471BC is #AB8E43. Grayscale: #707070. Windows color (decimal): -11243076 or 12349780. OLE color: 12349780.

HSL color Cylindrical-coordinate representation of color #5471BC: hue angle of 223.27º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5471BC is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84113188-
CMYK0.550.4000.26
HSL223.27º43.7%53.33%-
HSV(B)223.27º55.32%73.73%-
XYZ18.6417.3349.94-
YUV112.88170.39107.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=21.82%
G=29.35%
B=48.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841131880.550.4000.26223.2743.753.33
Hex5471BC372801Adf2c35
Octal12416127467500323375465
Binary101010011100011011110011011110100001101011011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5471BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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