#5E87CB

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

Shades of Havelock Blue #5E87CB

Tints of Havelock Blue #5E87CB

Color information

#5E87CB (or 0x5E87CB) is unknown color: approx Havelock Blue. HEX triplet: 5E, 87 and CB. RGB value is (94,135,203). Sum of RGB (Red+Green+Blue) = 94+135+203=432 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.76% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E87CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E87CB is #A17834. Grayscale: #828282. Windows color (decimal): -10582069 or 13338462. OLE color: 13338462.

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

Color convert

RGB94135203-
CMYK0.540.3300.20
HSL217.43º51.17%58.24%-
HSV(B)217.43º53.69%79.61%-
XYZ24.0624.0259.87-
YUV130.49168.92101.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.76%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 203 (79.69% from 255) = 46.99%
R=21.76%
G=31.25%
B=46.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941352030.540.3300.20217.4351.1758.24
Hex5E87CB3621014d9333a
Octal13620731366410243316372
Binary1011110100001111100101111011010000101010011011001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E87CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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