Html Css Color HEX #5889CE Havelock Blue

📋 copy color: '#5889CE'

red 88 ◦ green 137 ◦ blue 206

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

Shades of Havelock Blue #5889CE

Tints of Havelock Blue #5889CE

RGB

 RED value IS 88 (34.77% from 255) = 20.42%

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

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

R = 20.42%
G = 31.79%
B = 47.8%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5889CE (or 0x5889CE) is known color: Havelock Blue. HEX triplet: 58, 89 and CE. RGB value is (88,137,206). Sum of RGB (Red+Green+Blue) = 88+137+206=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #5889CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5889CE is #A77631. Grayscale: #818181. Windows color (decimal): -10974770 or 13535576. OLE color: 13535576.

HSL color Cylindrical-coordinate representation of color #5889CE: hue angle of 215.08º degrees, saturation: 0.55, 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 #5889CE is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 137 206 -
CMYK 0.57 0.33 0 0.19
HSL 215.08º 0.55% 0.58% -
HSV(B) 215.08º 0.57% 0.81% -
XYZ 24.11 24.42 61.84 -
YUV 130.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 88 137 206 0.57 0.33 0 0.19 215.08 0.55 0.58
Hex 58 89 CE 39 21 0 13 D7 37 3A
Octal 130 211 316 71 41 0 23 327 67 72
Binary 1011000 10001001 11001110 111001 100001 0 10011 11010111 110111 111010

Color Harmonies of #5889CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5889CE

Black with #5889CE

Text Example


Text Example

White with #5889CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,137,206); }

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

background-color css

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

 a { background-color: rgb(88,137,206); }

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

border-color css

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

 span { border-color: rgb(88,137,206); }

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