#5B7AAE

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

Shades of Havelock Blue #5B7AAE

Tints of Havelock Blue #5B7AAE

Color information

#5B7AAE (or 0x5B7AAE) is unknown color: approx Havelock Blue. HEX triplet: 5B, 7A and AE. RGB value is (91,122,174). Sum of RGB (Red+Green+Blue) = 91+122+174=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B7AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7AAE is #A48551. Grayscale: #767676. Windows color (decimal): -10782034 or 11434587. OLE color: 11434587.

HSL color Cylindrical-coordinate representation of color #5B7AAE: hue angle of 217.59º 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 #5B7AAE is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB91122174-
CMYK0.480.3000.32
HSL217.59º33.88%51.96%-
HSV(B)217.59º47.7%68.24%-
XYZ18.9119.242.75-
YUV118.66159.23108.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.51%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=23.51%
G=31.52%
B=44.96%

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
Decimal911221740.480.3000.32217.5933.8851.96
Hex5B7AAE301E020da2234
Octal13317225660360403324264
Binary101101111110101010111011000011110010000011011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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