#5B88CB

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

Shades of Havelock Blue #5B88CB

Tints of Havelock Blue #5B88CB

Color information

#5B88CB (or 0x5B88CB) is unknown color: approx Havelock Blue. HEX triplet: 5B, 88 and CB. RGB value is (91,136,203). Sum of RGB (Red+Green+Blue) = 91+136+203=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B88CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B88CB is #A47734. Grayscale: #818181. Windows color (decimal): -10778421 or 13338715. OLE color: 13338715.

HSL color Cylindrical-coordinate representation of color #5B88CB: hue angle of 215.89º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B88CB is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB91136203-
CMYK0.550.3300.20
HSL215.89º51.85%57.65%-
HSV(B)215.89º55.17%79.61%-
XYZ23.924.1459.9-
YUV130.18169.09100.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.16%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=21.16%
G=31.63%
B=47.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal911362030.550.3300.20215.8951.8557.65
Hex5B88CB3721014d8343a
Octal13321031367410243306472
Binary1011011100010001100101111011110000101010011011000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B88CB; }

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

 H1.HeaderClassName
 {
   color: #5B88CB;
 }
 .AnyTagClassName
 {
   color: #5B88CB;
 }
</style>
background-color css

<style>
 a { background-color: #5B88CB; }

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

 div.DivClassName
 {
   background-color: #5B88CB;
 }
 .BgClassName
 {
   background-color: #5B88CB;
 }
</style>
border-color css

<style>
 span { border-color: #5B88CB; }

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

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