#5096AE

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

Shades of Boston Blue #5096AE

Tints of Boston Blue #5096AE

Color information

#5096AE (or 0x5096AE) is unknown color: approx Boston Blue. HEX triplet: 50, 96 and AE. RGB value is (80,150,174). Sum of RGB (Red+Green+Blue) = 80+150+174=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #5096AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5096AE is #AF6951. Grayscale: #838383. Windows color (decimal): -11495762 or 11441744. OLE color: 11441744.

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

Color convert

RGB80150174-
CMYK0.540.1400.32
HSL195.32º37.01%49.8%-
HSV(B)195.32º54.02%68.24%-
XYZ21.8526.5744.02-
YUV131.81151.8191.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=19.80%
G=37.13%
B=43.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801501740.540.1400.32195.3237.0149.8
Hex5096AE36E020c32532
Octal12022625666160403034562
Binary101000010010110101011101101101110010000011000011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5096AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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