#5196AE

Color #5196AE Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #5196AE

Tints of Boston Blue #5196AE

Color information

#5196AE (or 0x5196AE) is unknown color: approx Boston Blue. HEX triplet: 51, 96 and AE. RGB value is (81,150,174). Sum of RGB (Red+Green+Blue) = 81+150+174=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #5196AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5196AE is #AE6951. Grayscale: #838383. Windows color (decimal): -11430226 or 11441745. OLE color: 11441745.

HSL color Cylindrical-coordinate representation of color #5196AE: hue angle of 195.48º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5196AE is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81150174-
CMYK0.530.1400.32
HSL195.48º36.47%50%-
HSV(B)195.48º53.45%68.24%-
XYZ21.9426.6244.03-
YUV132.1151.6491.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=20%
G=37.04%
B=42.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811501740.530.1400.32195.4836.4750
Hex5196AE35E020c32432
Octal12122625665160403034462
Binary101000110010110101011101101011110010000011000011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5196AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5196AE; }

 p { color: rgb(81,150,174); }

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

<style>
 a { background-color: #5196AE; }

 a { background-color: rgb(81,150,174); }

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

<style>
 span { border-color: #5196AE; }

 span { border-color: rgb(81,150,174); }

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