#5471BF

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

Shades of Havelock Blue #5471BF

Tints of Havelock Blue #5471BF

Color information

#5471BF (or 0x5471BF) is unknown color: approx Havelock Blue. HEX triplet: 54, 71 and BF. RGB value is (84,113,191). Sum of RGB (Red+Green+Blue) = 84+113+191=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #5471BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471BF is #AB8E40. Grayscale: #707070. Windows color (decimal): -11243073 or 12546388. OLE color: 12546388.

HSL color Cylindrical-coordinate representation of color #5471BF: hue angle of 223.74º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5471BF is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84113191-
CMYK0.560.4100.25
HSL223.74º45.53%53.92%-
HSV(B)223.74º56.02%74.9%-
XYZ18.9717.4651.66-
YUV113.22171.89107.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 191 (75% from 255) = 49.23%
R=21.65%
G=29.12%
B=49.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841131910.560.4100.25223.7445.5353.92
Hex5471BF3829019e02e36
Octal12416127770510313405666
Binary101010011100011011111111100010100101100111100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5471BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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