#5986CA

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

Shades of Havelock Blue #5986CA

Tints of Havelock Blue #5986CA

Color information

#5986CA (or 0x5986CA) is unknown color: approx Havelock Blue. HEX triplet: 59, 86 and CA. RGB value is (89,134,202). Sum of RGB (Red+Green+Blue) = 89+134+202=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #5986CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5986CA is #A67935. Grayscale: #7F7F7F. Windows color (decimal): -10910006 or 13272665. OLE color: 13272665.

HSL color Cylindrical-coordinate representation of color #5986CA: hue angle of 216.11º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5986CA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89134202-
CMYK0.560.3400.21
HSL216.11º51.6%57.06%-
HSV(B)216.11º55.94%79.22%-
XYZ23.3123.4459.17-
YUV128.3169.5999.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.94%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=20.94%
G=31.53%
B=47.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891342020.560.3400.21216.1151.657.06
Hex5986CA3822015d83439
Octal13120631270420253306471
Binary1011001100001101100101011100010001001010111011000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5986CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5986CA; }

 p { color: rgb(89,134,202); }

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

<style>
 a { background-color: #5986CA; }

 a { background-color: rgb(89,134,202); }

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

<style>
 span { border-color: #5986CA; }

 span { border-color: rgb(89,134,202); }

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