#5587CB

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

Shades of Havelock Blue #5587CB

Tints of Havelock Blue #5587CB

Color information

#5587CB (or 0x5587CB) is unknown color: approx Havelock Blue. HEX triplet: 55, 87 and CB. RGB value is (85,135,203). Sum of RGB (Red+Green+Blue) = 85+135+203=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #5587CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5587CB is #AA7834. Grayscale: #7F7F7F. Windows color (decimal): -11171893 or 13338453. OLE color: 13338453.

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

Color convert

RGB85135203-
CMYK0.580.3300.20
HSL214.58º53.15%56.47%-
HSV(B)214.58º58.13%79.61%-
XYZ23.1923.5759.83-
YUV127.8170.4497.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.09%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=20.09%
G=31.91%
B=47.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851352030.580.3300.20214.5853.1556.47
Hex5587CB3A21014d73538
Octal12520731372410243276570
Binary1010101100001111100101111101010000101010011010111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5587CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5587CB; }

 p { color: rgb(85,135,203); }

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

<style>
 a { background-color: #5587CB; }

 a { background-color: rgb(85,135,203); }

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

<style>
 span { border-color: #5587CB; }

 span { border-color: rgb(85,135,203); }

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