#5E7ECD

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

Shades of Havelock Blue #5E7ECD

Tints of Havelock Blue #5E7ECD

Color information

#5E7ECD (or 0x5E7ECD) is unknown color: approx Havelock Blue. HEX triplet: 5E, 7E and CD. RGB value is (94,126,205). Sum of RGB (Red+Green+Blue) = 94+126+205=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E7ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7ECD is #A18132. Grayscale: #7D7D7D. Windows color (decimal): -10584371 or 13467230. OLE color: 13467230.

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

Color convert

RGB94126205-
CMYK0.540.3900.20
HSL222.7º52.61%58.63%-
HSV(B)222.7º54.15%80.39%-
XYZ23.121.7160.73-
YUV125.44172.9105.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.12%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=22.12%
G=29.65%
B=48.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941262050.540.3900.20222.752.6158.63
Hex5E7ECD3627014df353b
Octal13617631566470243376573
Binary101111011111101100110111011010011101010011011111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,126,205); }

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

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

 a { background-color: rgb(94,126,205); }

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

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

 span { border-color: rgb(94,126,205); }

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