#5886CB

Color #5886CB Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5886CB

Tints of Havelock Blue #5886CB

Color information

#5886CB (or 0x5886CB) is unknown color: approx 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

RGB88134203-
CMYK0.570.3400.20
HSL216º52.51%57.06%-
HSV(B)216º56.65%79.61%-
XYZ23.3323.4459.79-
YUV128.11170.2699.39-

RGB Variations

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

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 (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881342030.570.3400.2021652.5157.06
Hex5886CB3922014d83539
Octal13020631371420243306571
Binary1011000100001101100101111100110001001010011011000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5886CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>