#5E7CAF

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

Shades of Havelock Blue #5E7CAF

Tints of Havelock Blue #5E7CAF

Color information

#5E7CAF (or 0x5E7CAF) is unknown color: approx Havelock Blue. HEX triplet: 5E, 7C and AF. RGB value is (94,124,175). Sum of RGB (Red+Green+Blue) = 94+124+175=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E7CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7CAF is #A18350. Grayscale: #787878. Windows color (decimal): -10584913 or 11500638. OLE color: 11500638.

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

Color convert

RGB94124175-
CMYK0.460.2900.31
HSL217.78º33.61%52.75%-
HSV(B)217.78º46.29%68.63%-
XYZ19.5619.8943.37-
YUV120.84158.56108.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.92%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=23.92%
G=31.55%
B=44.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941241750.460.2900.31217.7833.6152.75
Hex5E7CAF2E1D01Fda2235
Octal13617425756350373324265
Binary10111101111100101011111011101110101111111011010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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