Html Css Color HEX #5986C7 Havelock Blue

📋 copy color: '#5986C7'

red 89 ◦ green 134 ◦ blue 199

#5986C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5986C7

Tints of Havelock Blue #5986C7

RGB

 RED value IS 89 (35.16% from 255) = 21.09%

 GREEN value IS 134 (52.73% from 255) = 31.75%

 BLUE value IS 199 (78.13% from 255) = 47.16%

R = 21.09%
G = 31.75%
B = 47.16%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5986C7 (or 0x5986C7) is known color: Havelock Blue. HEX triplet: 59, 86 and C7. RGB value is (89,134,199). Sum of RGB (Red+Green+Blue) = 89+134+199=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #5986C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5986C7 is #A67938. Grayscale: #7F7F7F. Windows color (decimal): -10910009 or 13076057. OLE color: 13076057.

HSL color Cylindrical-coordinate representation of color #5986C7: hue angle of 215.45º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5986C7 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 134 199 -
CMYK 0.55 0.33 0 0.22
HSL 215.45º 0.5% 0.56% -
HSV(B) 215.45º 0.55% 0.78% -
XYZ 22.95 23.3 57.32 -
YUV 127.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 89 134 199 0.55 0.33 0 0.22 215.45 0.5 0.56
Hex 59 86 C7 37 21 0 16 D7 32 38
Octal 131 206 307 67 41 0 26 327 62 70
Binary 1011001 10000110 11000111 110111 100001 0 10110 11010111 110010 111000

Color Harmonies of #5986C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5986C7

Black with #5986C7

Text Example


Text Example

White with #5986C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5986C7;
 }
 .AnyTagClassName
 {
   color: #5986C7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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