#5E85CA

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

Shades of Havelock Blue #5E85CA

Tints of Havelock Blue #5E85CA

Color information

#5E85CA (or 0x5E85CA) is unknown color: approx Havelock Blue. HEX triplet: 5E, 85 and CA. RGB value is (94,133,202). Sum of RGB (Red+Green+Blue) = 94+133+202=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E85CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E85CA is #A17A35. Grayscale: #808080. Windows color (decimal): -10582582 or 13272414. OLE color: 13272414.

HSL color Cylindrical-coordinate representation of color #5E85CA: hue angle of 218.33º 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 #5E85CA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94133202-
CMYK0.530.3400.21
HSL218.33º50.47%58.04%-
HSV(B)218.33º53.47%79.22%-
XYZ23.6623.4259.15-
YUV129.2169.08102.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.91%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=21.91%
G=31.00%
B=47.09%

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
Decimal941332020.530.3400.21218.3350.4758.04
Hex5E85CA3522015da323a
Octal13620531265420253326272
Binary1011110100001011100101011010110001001010111011010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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