#5B7CAE

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

Shades of Havelock Blue #5B7CAE

Tints of Havelock Blue #5B7CAE

Color information

#5B7CAE (or 0x5B7CAE) is unknown color: approx Havelock Blue. HEX triplet: 5B, 7C and AE. RGB value is (91,124,174). Sum of RGB (Red+Green+Blue) = 91+124+174=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B7CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7CAE is #A48351. Grayscale: #777777. Windows color (decimal): -10781522 or 11435099. OLE color: 11435099.

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

Color convert

RGB91124174-
CMYK0.480.2900.32
HSL216.14º33.88%51.96%-
HSV(B)216.14º47.7%68.24%-
XYZ19.1619.742.84-
YUV119.83158.57107.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.39%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=23.39%
G=31.88%
B=44.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911241740.480.2900.32216.1433.8851.96
Hex5B7CAE301D020d82234
Octal13317425660350403304264
Binary101101111111001010111011000011101010000011011000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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