#5887CC

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

Shades of Havelock Blue #5887CC

Tints of Havelock Blue #5887CC

Color information

#5887CC (or 0x5887CC) is unknown color: approx Havelock Blue. HEX triplet: 58, 87 and CC. RGB value is (88,135,204). Sum of RGB (Red+Green+Blue) = 88+135+204=427 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.61% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #5887CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5887CC is #A77833. Grayscale: #808080. Windows color (decimal): -10975284 or 13403992. OLE color: 13403992.

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

Color convert

RGB88135204-
CMYK0.570.3400.2
HSL215.69º53.21%57.25%-
HSV(B)215.69º56.86%80%-
XYZ23.5923.7660.47-
YUV128.81170.4398.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.61%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 204 (80.08% from 255) = 47.78%
R=20.61%
G=31.62%
B=47.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal881352040.570.3400.2215.6953.2157.25
Hex5887CC3922014d83539
Octal13020731471420243306571
Binary1011000100001111100110011100110001001010011011000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5887CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5887CC; }

 p { color: rgb(88,135,204); }

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

<style>
 a { background-color: #5887CC; }

 a { background-color: rgb(88,135,204); }

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

<style>
 span { border-color: #5887CC; }

 span { border-color: rgb(88,135,204); }

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