#5981BA

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

Shades of Havelock Blue #5981BA

Tints of Havelock Blue #5981BA

Color information

#5981BA (or 0x5981BA) is unknown color: approx Havelock Blue. HEX triplet: 59, 81 and BA. RGB value is (89,129,186). Sum of RGB (Red+Green+Blue) = 89+129+186=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #5981BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5981BA is #A67E45. Grayscale: #7B7B7B. Windows color (decimal): -10911302 or 12222809. OLE color: 12222809.

HSL color Cylindrical-coordinate representation of color #5981BA: hue angle of 215.26º 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 #5981BA is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89129186-
CMYK0.520.3100.27
HSL215.26º41.28%53.92%-
HSV(B)215.26º52.15%72.94%-
XYZ20.8321.3749.48-
YUV123.54163.25103.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.03%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=22.03%
G=31.93%
B=46.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891291860.520.3100.27215.2641.2853.92
Hex5981BA341F01Bd72936
Octal13120127264370333275166
Binary101100110000001101110101101001111101101111010111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5981BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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