#5B79AE

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

Shades of Havelock Blue #5B79AE

Tints of Havelock Blue #5B79AE

Color information

#5B79AE (or 0x5B79AE) is unknown color: approx Havelock Blue. HEX triplet: 5B, 79 and AE. RGB value is (91,121,174). Sum of RGB (Red+Green+Blue) = 91+121+174=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B79AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B79AE is #A48651. Grayscale: #757575. Windows color (decimal): -10782290 or 11434331. OLE color: 11434331.

HSL color Cylindrical-coordinate representation of color #5B79AE: hue angle of 218.31º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B79AE is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB91121174-
CMYK0.480.3000.32
HSL218.31º33.88%51.96%-
HSV(B)218.31º47.7%68.24%-
XYZ18.7918.9542.71-
YUV118.07159.56108.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.58%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=23.58%
G=31.35%
B=45.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911211740.480.3000.32218.3133.8851.96
Hex5B79AE301E020da2234
Octal13317125660360403324264
Binary101101111110011010111011000011110010000011011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B79AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,121,174); }

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

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

 a { background-color: rgb(91,121,174); }

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

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

 span { border-color: rgb(91,121,174); }

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