Html Css Color HEX #5988D0 Havelock Blue

📋 copy color: '#5988D0'

red 89 ◦ green 136 ◦ blue 208

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

Shades of Havelock Blue #5988D0

Tints of Havelock Blue #5988D0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.41%

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

R = 20.55%
G = 31.41%
B = 48.04%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5988D0 (or 0x5988D0) is known color: Havelock Blue. HEX triplet: 59, 88 and D0. RGB value is (89,136,208). Sum of RGB (Red+Green+Blue) = 89+136+208=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #5988D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5988D0 is #A6772F. Grayscale: #818181. Windows color (decimal): -10909488 or 13666393. OLE color: 13666393.

HSL color Cylindrical-coordinate representation of color #5988D0: hue angle of 216.3º 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 #5988D0 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 136 208 -
CMYK 0.57 0.35 0 0.18
HSL 216.3º 0.56% 0.58% -
HSV(B) 216.3º 0.57% 0.82% -
XYZ 24.31 24.29 63.08 -
YUV 130.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 89 136 208 0.57 0.35 0 0.18 216.3 0.56 0.58
Hex 59 88 D0 39 23 0 12 D8 38 3A
Octal 131 210 320 71 43 0 22 330 70 72
Binary 1011001 10001000 11010000 111001 100011 0 10010 11011000 111000 111010

Color Harmonies of #5988D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5988D0

Black with #5988D0

Text Example


Text Example

White with #5988D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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