#5885BB

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

Shades of Havelock Blue #5885BB

Tints of Havelock Blue #5885BB

Color information

#5885BB (or 0x5885BB) is unknown color: approx Havelock Blue. HEX triplet: 58, 85 and BB. RGB value is (88,133,187). Sum of RGB (Red+Green+Blue) = 88+133+187=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #5885BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5885BB is #A77A44. Grayscale: #7D7D7D. Windows color (decimal): -10975813 or 12289368. OLE color: 12289368.

HSL color Cylindrical-coordinate representation of color #5885BB: hue angle of 212.73º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5885BB is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88133187-
CMYK0.530.2900.27
HSL212.73º42.13%53.92%-
HSV(B)212.73º52.94%73.33%-
XYZ21.3822.4450.22-
YUV125.7162.59101.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.57%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=21.57%
G=32.60%
B=45.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881331870.530.2900.27212.7342.1353.92
Hex5885BB351D01Bd52a36
Octal13020527365350333255266
Binary101100010000101101110111101011110101101111010101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5885BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5885BB; }

 p { color: rgb(88,133,187); }

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

<style>
 a { background-color: #5885BB; }

 a { background-color: rgb(88,133,187); }

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

<style>
 span { border-color: #5885BB; }

 span { border-color: rgb(88,133,187); }

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