Shades of Boston Blue #5096AD
Tints of Boston Blue #5096AD
RGB
CMYK
RGB Variations
Color information
#5096AD (or 0x5096AD) is known color: Boston Blue. HEX triplet: 50, 96 and AD. RGB value is (80,150,173). Sum of RGB (Red+Green+Blue) = 80+150+173=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #5096AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5096AD is #AF6952. Grayscale: #838383. Windows color (decimal): -11495763 or 11376208. OLE color: 11376208.
HSL color Cylindrical-coordinate representation of color #5096AD: hue angle of 194.84º 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 #5096AD is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 150 | 173 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.32 |
| HSL | 194.84º | 0.37% | 0.5% | - |
| HSV(B) | 194.84º | 0.54% | 0.68% | - |
| XYZ | 21.76 | 26.54 | 43.51 | - |
| YUV | 131.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 173 | 0.54 | 0.13 | 0 | 0.32 | 194.84 | 0.37 | 0.5 |
| Hex | 50 | 96 | AD | 36 | D | 0 | 20 | C3 | 25 | 32 |
| Octal | 120 | 226 | 255 | 66 | 15 | 0 | 40 | 303 | 45 | 62 |
| Binary | 1010000 | 10010110 | 10101101 | 110110 | 1101 | 0 | 100000 | 11000011 | 100101 | 110010 |
Color Harmonies of #5096AD
Complementary color
Monochromatic Colors of #5096AD
Black with #5096AD
Text Example
Text Example
White with #5096AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5096AD; }
p { color: rgb(80,150,173); }
H1.HeaderClassName
{
color: #5096AD;
}
.AnyTagClassName
{
color: #5096AD;
}
</style>
background-color css
<style>
a { background-color: #5096AD; }
a { background-color: rgb(80,150,173); }
div.DivClassName
{
background-color: #5096AD;
}
.BgClassName
{
background-color: #5096AD;
}
</style>
border-color css
<style>
span { border-color: #5096AD; }
span { border-color: rgb(80,150,173); }
td.TdClassName
{
border-color: #5096AD;
}
.TagClassName
{
border-color: #5096AD;
}
</style>