Html Css Color HEX #5886CB Havelock Blue

📋 copy color: '#5886CB'

red 88 ◦ green 134 ◦ blue 203

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

Shades of Havelock Blue #5886CB

Tints of Havelock Blue #5886CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.53%

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

R = 20.71%
G = 31.53%
B = 47.76%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5886CB (or 0x5886CB) is known color: Havelock Blue. HEX triplet: 58, 86 and CB. RGB value is (88,134,203). Sum of RGB (Red+Green+Blue) = 88+134+203=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #5886CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5886CB is #A77934. Grayscale: #7F7F7F. Windows color (decimal): -10975541 or 13338200. OLE color: 13338200.

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

Color convert

RGB 88 134 203 -
CMYK 0.57 0.34 0 0.20
HSL 216º 0.53% 0.57% -
HSV(B) 216º 0.57% 0.8% -
XYZ 23.33 23.44 59.79 -
YUV 128.11 170.26 99.39 -
System Red Green Blue C M Y K H S L
Decimal 88 134 203 0.57 0.34 0 0.20 216 0.53 0.57
Hex 58 86 CB 39 22 0 14 D8 35 39
Octal 130 206 313 71 42 0 24 330 65 71
Binary 1011000 10000110 11001011 111001 100010 0 10100 11011000 110101 111001

Color Harmonies of #5886CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5886CB

Black with #5886CB

Text Example


Text Example

White with #5886CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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