#5A79BA

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

Shades of Havelock Blue #5A79BA

Tints of Havelock Blue #5A79BA

Color information

#5A79BA (or 0x5A79BA) is unknown color: approx Havelock Blue. HEX triplet: 5A, 79 and BA. RGB value is (90,121,186). Sum of RGB (Red+Green+Blue) = 90+121+186=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A79BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A79BA is #A58645. Grayscale: #767676. Windows color (decimal): -10847814 or 12220762. OLE color: 12220762.

HSL color Cylindrical-coordinate representation of color #5A79BA: hue angle of 220.62º 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 #5A79BA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB90121186-
CMYK0.520.3500.27
HSL220.62º41.03%54.12%-
HSV(B)220.62º51.61%72.94%-
XYZ19.9219.3949.15-
YUV119.14165.73107.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.67%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=22.67%
G=30.48%
B=46.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901211860.520.3500.27220.6241.0354.12
Hex5A79BA342301Bdd2936
Octal13217127264430333355166
Binary101101011110011011101011010010001101101111011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A79BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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