#5887CA

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

Shades of Havelock Blue #5887CA

Tints of Havelock Blue #5887CA

Color information

#5887CA (or 0x5887CA) is unknown color: approx Havelock Blue. HEX triplet: 58, 87 and CA. RGB value is (88,135,202). Sum of RGB (Red+Green+Blue) = 88+135+202=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #5887CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5887CA is #A77835. Grayscale: #808080. Windows color (decimal): -10975286 or 13272920. OLE color: 13272920.

HSL color Cylindrical-coordinate representation of color #5887CA: hue angle of 215.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5887CA is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB88135202-
CMYK0.560.3300.21
HSL215.26º51.82%56.86%-
HSV(B)215.26º56.44%79.22%-
XYZ23.3523.6759.21-
YUV128.58169.4399.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.71%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=20.71%
G=31.76%
B=47.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal881352020.560.3300.21215.2651.8256.86
Hex5887CA3821015d73439
Octal13020731270410253276471
Binary1011000100001111100101011100010000101010111010111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5887CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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