#5e7ada

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

Shades of Havelock Blue #5E7ADA

Tints of Havelock Blue #5E7ADA

Color information

#5E7ADA (or 0x5E7ADA) is unknown color: approx Havelock Blue. HEX triplet: 5E, 7A and DA. RGB value is (94,122,218). Sum of RGB (Red+Green+Blue) = 94+122+218=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E7ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7ADA is #A18525. Grayscale: #7C7C7C. Windows color (decimal): -10585382 or 14318174. OLE color: 14318174.

HSL color Cylindrical-coordinate representation of color #5E7ADA: hue angle of 226.45º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E7ADA is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB94122218-
CMYK0.570.4400.15
HSL226.45º62.63%61.18%-
HSV(B)226.45º56.88%85.49%-
XYZ24.2321.3669.18-
YUV124.57180.72106.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.66%
GREEN value IS 122 (48.05% from 255) = 28.11%
BLUE value IS 218 (85.55% from 255) = 50.23%
R=21.66%
G=28.11%
B=50.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal941222180.570.4400.15226.4562.6361.18
Hex5E7ADA392C0Fe23f3d
Octal13617233271540173427775
Binary10111101111010110110101110011011000111111100010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e7ada

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,122,218); }

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

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

 a { background-color: rgb(94,122,218); }

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

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

 span { border-color: rgb(94,122,218); }

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