Html Css Color HEX #5986CE Havelock Blue

📋 copy color: '#5986CE'

red 89 ◦ green 134 ◦ blue 206

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

Shades of Havelock Blue #5986CE

Tints of Havelock Blue #5986CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 20.75%
G = 31.24%
B = 48.02%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5986CE (or 0x5986CE) is known color: Havelock Blue. HEX triplet: 59, 86 and CE. RGB value is (89,134,206). Sum of RGB (Red+Green+Blue) = 89+134+206=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #5986CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5986CE is #A67931. Grayscale: #808080. Windows color (decimal): -10910002 or 13534809. OLE color: 13534809.

HSL color Cylindrical-coordinate representation of color #5986CE: hue angle of 216.92º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5986CE is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 134 206 -
CMYK 0.57 0.35 0 0.19
HSL 216.92º 0.54% 0.58% -
HSV(B) 216.92º 0.57% 0.81% -
XYZ 23.79 23.63 61.7 -
YUV 128.75 171.59 99.65 -
System Red Green Blue C M Y K H S L
Decimal 89 134 206 0.57 0.35 0 0.19 216.92 0.54 0.58
Hex 59 86 CE 39 23 0 13 D9 36 3A
Octal 131 206 316 71 43 0 23 331 66 72
Binary 1011001 10000110 11001110 111001 100011 0 10011 11011001 110110 111010

Color Harmonies of #5986CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5986CE

Black with #5986CE

Text Example


Text Example

White with #5986CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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