#5E7EC6

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

Shades of Havelock Blue #5E7EC6

Tints of Havelock Blue #5E7EC6

Color information

#5E7EC6 (or 0x5E7EC6) is unknown color: approx Havelock Blue. HEX triplet: 5E, 7E and C6. RGB value is (94,126,198). Sum of RGB (Red+Green+Blue) = 94+126+198=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #5E7EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7EC6 is #A18139. Grayscale: #7C7C7C. Windows color (decimal): -10584378 or 13008478. OLE color: 13008478.

HSL color Cylindrical-coordinate representation of color #5E7EC6: hue angle of 221.54º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E7EC6 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB94126198-
CMYK0.530.3600.22
HSL221.54º47.71%57.25%-
HSV(B)221.54º52.53%77.65%-
XYZ22.2721.3856.38-
YUV124.64169.4106.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.49%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 198 (77.73% from 255) = 47.37%
R=22.49%
G=30.14%
B=47.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal941261980.530.3600.22221.5447.7157.25
Hex5E7EC63524016de3039
Octal13617630665440263366071
Binary101111011111101100011011010110010001011011011110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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