Shades of Boston Blue #5096AB
Tints of Boston Blue #5096AB
RGB
CMYK
RGB Variations
Color information
#5096AB (or 0x5096AB) is known color: Boston Blue. HEX triplet: 50, 96 and AB. RGB value is (80,150,171). Sum of RGB (Red+Green+Blue) = 80+150+171=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #5096AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5096AB is #AF6954. Grayscale: #838383. Windows color (decimal): -11495765 or 11245136. OLE color: 11245136.
HSL color Cylindrical-coordinate representation of color #5096AB: hue angle of 193.85º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5096AB is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 150 | 171 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.33 |
| HSL | 193.85º | 0.36% | 0.49% | - |
| HSV(B) | 193.85º | 0.53% | 0.67% | - |
| XYZ | 21.57 | 26.46 | 42.5 | - |
| YUV | 131.46 | 150.31 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 171 | 0.53 | 0.12 | 0 | 0.33 | 193.85 | 0.36 | 0.49 |
| Hex | 50 | 96 | AB | 35 | C | 0 | 21 | C2 | 24 | 31 |
| Octal | 120 | 226 | 253 | 65 | 14 | 0 | 41 | 302 | 44 | 61 |
| Binary | 1010000 | 10010110 | 10101011 | 110101 | 1100 | 0 | 100001 | 11000010 | 100100 | 110001 |
Color Harmonies of #5096AB
Complementary color
Monochromatic Colors of #5096AB
Black with #5096AB
Text Example
Text Example
White with #5096AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5096AB; }
p { color: rgb(80,150,171); }
H1.HeaderClassName
{
color: #5096AB;
}
.AnyTagClassName
{
color: #5096AB;
}
</style>
background-color css
<style>
a { background-color: #5096AB; }
a { background-color: rgb(80,150,171); }
div.DivClassName
{
background-color: #5096AB;
}
.BgClassName
{
background-color: #5096AB;
}
</style>
border-color css
<style>
span { border-color: #5096AB; }
span { border-color: rgb(80,150,171); }
td.TdClassName
{
border-color: #5096AB;
}
.TagClassName
{
border-color: #5096AB;
}
</style>