#5E7CD6

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

Shades of Havelock Blue #5E7CD6

Tints of Havelock Blue #5E7CD6

Color information

#5E7CD6 (or 0x5E7CD6) is unknown color: approx Havelock Blue. HEX triplet: 5E, 7C and D6. RGB value is (94,124,214). Sum of RGB (Red+Green+Blue) = 94+124+214=432 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.76% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #5E7CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7CD6 is #A18329. Grayscale: #7C7C7C. Windows color (decimal): -10584874 or 14056542. OLE color: 14056542.

HSL color Cylindrical-coordinate representation of color #5E7CD6: hue angle of 225º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E7CD6 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB94124214-
CMYK0.560.4200.16
HSL225º59.41%60.39%-
HSV(B)225º56.07%83.92%-
XYZ23.9621.6566.53-
YUV125.29178.06105.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.76%
GREEN value IS 124 (48.83% from 255) = 28.70%
BLUE value IS 214 (83.98% from 255) = 49.54%
R=21.76%
G=28.70%
B=49.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal941242140.560.4200.1622559.4160.39
Hex5E7CD6382A010e13b3c
Octal13617432670520203417374
Binary101111011111001101011011100010101001000011100001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,124,214); }

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

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

 a { background-color: rgb(94,124,214); }

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

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

 span { border-color: rgb(94,124,214); }

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