Html Css Color HEX #5888CE Havelock Blue

📋 copy color: '#5888CE'

red 88 ◦ green 136 ◦ blue 206

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

Shades of Havelock Blue #5888CE

Tints of Havelock Blue #5888CE

RGB

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

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

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

R = 20.47%
G = 31.63%
B = 47.91%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5888CE (or 0x5888CE) is known color: Havelock Blue. HEX triplet: 58, 88 and CE. RGB value is (88,136,206). Sum of RGB (Red+Green+Blue) = 88+136+206=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #5888CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5888CE is #A77731. Grayscale: #818181. Windows color (decimal): -10975026 or 13535320. OLE color: 13535320.

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

Color convert

RGB 88 136 206 -
CMYK 0.57 0.34 0 0.19
HSL 215.59º 0.55% 0.58% -
HSV(B) 215.59º 0.57% 0.81% -
XYZ 23.97 24.14 61.79 -
YUV 129.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 88 136 206 0.57 0.34 0 0.19 215.59 0.55 0.58
Hex 58 88 CE 39 22 0 13 D8 37 3A
Octal 130 210 316 71 42 0 23 330 67 72
Binary 1011000 10001000 11001110 111001 100010 0 10011 11011000 110111 111010

Color Harmonies of #5888CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5888CE

Black with #5888CE

Text Example


Text Example

White with #5888CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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