Shades of Boston Blue #5097AD
Tints of Boston Blue #5097AD
RGB
CMYK
RGB Variations
Color information
#5097AD (or 0x5097AD) is known color: Boston Blue. HEX triplet: 50, 97 and AD. RGB value is (80,151,173). Sum of RGB (Red+Green+Blue) = 80+151+173=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #5097AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5097AD is #AF6852. Grayscale: #848484. Windows color (decimal): -11495507 or 11376464. OLE color: 11376464.
HSL color Cylindrical-coordinate representation of color #5097AD: hue angle of 194.19º 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 #5097AD is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 151 | 173 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.32 |
| HSL | 194.19º | 0.37% | 0.5% | - |
| HSV(B) | 194.19º | 0.54% | 0.68% | - |
| XYZ | 21.92 | 26.86 | 43.56 | - |
| YUV | 132.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 151 | 173 | 0.54 | 0.13 | 0 | 0.32 | 194.19 | 0.37 | 0.5 |
| Hex | 50 | 97 | AD | 36 | D | 0 | 20 | C2 | 25 | 32 |
| Octal | 120 | 227 | 255 | 66 | 15 | 0 | 40 | 302 | 45 | 62 |
| Binary | 1010000 | 10010111 | 10101101 | 110110 | 1101 | 0 | 100000 | 11000010 | 100101 | 110010 |
Color Harmonies of #5097AD
Complementary color
Monochromatic Colors of #5097AD
Black with #5097AD
Text Example
Text Example
White with #5097AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5097AD; }
p { color: rgb(80,151,173); }
H1.HeaderClassName
{
color: #5097AD;
}
.AnyTagClassName
{
color: #5097AD;
}
</style>
background-color css
<style>
a { background-color: #5097AD; }
a { background-color: rgb(80,151,173); }
div.DivClassName
{
background-color: #5097AD;
}
.BgClassName
{
background-color: #5097AD;
}
</style>
border-color css
<style>
span { border-color: #5097AD; }
span { border-color: rgb(80,151,173); }
td.TdClassName
{
border-color: #5097AD;
}
.TagClassName
{
border-color: #5097AD;
}
</style>