#5E7ABB

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

Shades of Havelock Blue #5E7ABB

Tints of Havelock Blue #5E7ABB

Color information

#5E7ABB (or 0x5E7ABB) is unknown color: approx Havelock Blue. HEX triplet: 5E, 7A and BB. RGB value is (94,122,187). Sum of RGB (Red+Green+Blue) = 94+122+187=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E7ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7ABB is #A18544. Grayscale: #787878. Windows color (decimal): -10585413 or 12286558. OLE color: 12286558.

HSL color Cylindrical-coordinate representation of color #5E7ABB: hue angle of 221.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E7ABB is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB94122187-
CMYK0.500.3500.27
HSL221.94º40.61%55.1%-
HSV(B)221.94º49.73%73.33%-
XYZ20.5519.8949.77-
YUV121.04165.22108.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.33%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=23.33%
G=30.27%
B=46.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941221870.500.3500.27221.9440.6155.1
Hex5E7ABB322301Bde2937
Octal13617227362430333365167
Binary101111011110101011101111001010001101101111011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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