Html Css Color HEX #5888CB Havelock Blue

📋 copy color: '#5888CB'

red 88 ◦ green 136 ◦ blue 203

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

Shades of Havelock Blue #5888CB

Tints of Havelock Blue #5888CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 20.61%
G = 31.85%
B = 47.54%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5888CB (or 0x5888CB) is known color: Havelock Blue. HEX triplet: 58, 88 and CB. RGB value is (88,136,203). Sum of RGB (Red+Green+Blue) = 88+136+203=427 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.61% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #5888CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5888CB is #A77734. Grayscale: #808080. Windows color (decimal): -10975029 or 13338712. OLE color: 13338712.

HSL color Cylindrical-coordinate representation of color #5888CB: hue angle of 214.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5888CB is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 136 203 -
CMYK 0.57 0.33 0 0.20
HSL 214.96º 0.53% 0.57% -
HSV(B) 214.96º 0.57% 0.8% -
XYZ 23.61 23.99 59.89 -
YUV 129.29 169.6 98.55 -
System Red Green Blue C M Y K H S L
Decimal 88 136 203 0.57 0.33 0 0.20 214.96 0.53 0.57
Hex 58 88 CB 39 21 0 14 D7 35 39
Octal 130 210 313 71 41 0 24 327 65 71
Binary 1011000 10001000 11001011 111001 100001 0 10100 11010111 110101 111001

Color Harmonies of #5888CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5888CB

Black with #5888CB

Text Example


Text Example

White with #5888CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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