#5986C1

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

Shades of Havelock Blue #5986C1

Tints of Havelock Blue #5986C1

Color information

#5986C1 (or 0x5986C1) is unknown color: approx Havelock Blue. HEX triplet: 59, 86 and C1. RGB value is (89,134,193). Sum of RGB (Red+Green+Blue) = 89+134+193=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #5986C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5986C1 is #A6793E. Grayscale: #7E7E7E. Windows color (decimal): -10910015 or 12682841. OLE color: 12682841.

HSL color Cylindrical-coordinate representation of color #5986C1: hue angle of 214.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5986C1 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89134193-
CMYK0.540.3100.24
HSL214.04º45.61%55.29%-
HSV(B)214.04º53.89%75.69%-
XYZ22.2723.0253.72-
YUV127.27165.09100.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.39%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 193 (75.78% from 255) = 46.39%
R=21.39%
G=32.21%
B=46.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891341930.540.3100.24214.0445.6155.29
Hex5986C1361F018d62e37
Octal13120630166370303265667
Binary101100110000110110000011101101111101100011010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5986C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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