#5E86CA

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

Shades of Havelock Blue #5E86CA

Tints of Havelock Blue #5E86CA

Color information

#5E86CA (or 0x5E86CA) is unknown color: approx Havelock Blue. HEX triplet: 5E, 86 and CA. RGB value is (94,134,202). Sum of RGB (Red+Green+Blue) = 94+134+202=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E86CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E86CA is #A17935. Grayscale: #818181. Windows color (decimal): -10582326 or 13272670. OLE color: 13272670.

HSL color Cylindrical-coordinate representation of color #5E86CA: hue angle of 217.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E86CA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94134202-
CMYK0.530.3400.21
HSL217.78º50.47%58.04%-
HSV(B)217.78º53.47%79.22%-
XYZ23.823.6959.2-
YUV129.79168.75102.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.86%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=21.86%
G=31.16%
B=46.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941342020.530.3400.21217.7850.4758.04
Hex5E86CA3522015da323a
Octal13620631265420253326272
Binary1011110100001101100101011010110001001010111011010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,134,202); }

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

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

 a { background-color: rgb(94,134,202); }

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

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

 span { border-color: rgb(94,134,202); }

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