Html Css Color HEX #5989D0 Havelock Blue

📋 copy color: '#5989D0'

red 89 ◦ green 137 ◦ blue 208

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

Shades of Havelock Blue #5989D0

Tints of Havelock Blue #5989D0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.57%

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 20.51%
G = 31.57%
B = 47.93%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5989D0 (or 0x5989D0) is known color: Havelock Blue. HEX triplet: 59, 89 and D0. RGB value is (89,137,208). Sum of RGB (Red+Green+Blue) = 89+137+208=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #5989D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5989D0 is #A6762F. Grayscale: #828282. Windows color (decimal): -10909232 or 13666649. OLE color: 13666649.

HSL color Cylindrical-coordinate representation of color #5989D0: hue angle of 215.8º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5989D0 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 137 208 -
CMYK 0.57 0.34 0 0.18
HSL 215.8º 0.56% 0.58% -
HSV(B) 215.8º 0.57% 0.82% -
XYZ 24.45 24.57 63.13 -
YUV 130.74 171.6 98.23 -
System Red Green Blue C M Y K H S L
Decimal 89 137 208 0.57 0.34 0 0.18 215.8 0.56 0.58
Hex 59 89 D0 39 22 0 12 D8 38 3A
Octal 131 211 320 71 42 0 22 330 70 72
Binary 1011001 10001001 11010000 111001 100010 0 10010 11011000 111000 111010

Color Harmonies of #5989D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5989D0

Black with #5989D0

Text Example


Text Example

White with #5989D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5989D0; }

 p { color: rgb(89,137,208); }

 H1.HeaderClassName
 {
   color: #5989D0;
 }
 .AnyTagClassName
 {
   color: #5989D0;
 }
</style>

background-color css

<style>
 a { background-color: #5989D0; }

 a { background-color: rgb(89,137,208); }

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

border-color css

<style>
 span { border-color: #5989D0; }

 span { border-color: rgb(89,137,208); }

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