#5A7EBA

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

Shades of Havelock Blue #5A7EBA

Tints of Havelock Blue #5A7EBA

Color information

#5A7EBA (or 0x5A7EBA) is unknown color: approx Havelock Blue. HEX triplet: 5A, 7E and BA. RGB value is (90,126,186). Sum of RGB (Red+Green+Blue) = 90+126+186=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A7EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7EBA is #A58145. Grayscale: #797979. Windows color (decimal): -10846534 or 12222042. OLE color: 12222042.

HSL color Cylindrical-coordinate representation of color #5A7EBA: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A7EBA is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB90126186-
CMYK0.520.3200.27
HSL217.5º41.03%54.12%-
HSV(B)217.5º51.61%72.94%-
XYZ20.5420.6449.36-
YUV122.08164.07105.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.39%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=22.39%
G=31.34%
B=46.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901261860.520.3200.27217.541.0354.12
Hex5A7EBA342001Bda2936
Octal13217627264400333325166
Binary101101011111101011101011010010000001101111011010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,126,186); }

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

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

 a { background-color: rgb(90,126,186); }

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

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

 span { border-color: rgb(90,126,186); }

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