#5984BA

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

Shades of Havelock Blue #5984BA

Tints of Havelock Blue #5984BA

Color information

#5984BA (or 0x5984BA) is unknown color: approx Havelock Blue. HEX triplet: 59, 84 and BA. RGB value is (89,132,186). Sum of RGB (Red+Green+Blue) = 89+132+186=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #5984BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5984BA is #A67B45. Grayscale: #7D7D7D. Windows color (decimal): -10910534 or 12223577. OLE color: 12223577.

HSL color Cylindrical-coordinate representation of color #5984BA: hue angle of 213.4º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5984BA is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89132186-
CMYK0.520.2900.27
HSL213.4º41.28%53.92%-
HSV(B)213.4º52.15%72.94%-
XYZ21.2322.1749.61-
YUV125.3162.25102.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.87%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=21.87%
G=32.43%
B=45.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891321860.520.2900.27213.441.2853.92
Hex5984BA341D01Bd52936
Octal13120427264350333255166
Binary101100110000100101110101101001110101101111010101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5984BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5984BA; }

 p { color: rgb(89,132,186); }

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

<style>
 a { background-color: #5984BA; }

 a { background-color: rgb(89,132,186); }

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

<style>
 span { border-color: #5984BA; }

 span { border-color: rgb(89,132,186); }

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