Shades of Boston Blue #5098AA
Tints of Boston Blue #5098AA
RGB
CMYK
RGB Variations
Color information
#5098AA (or 0x5098AA) is known color: Boston Blue. HEX triplet: 50, 98 and AA. RGB value is (80,152,170). Sum of RGB (Red+Green+Blue) = 80+152+170=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #5098AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5098AA is #AF6755. Grayscale: #848484. Windows color (decimal): -11495254 or 11180112. OLE color: 11180112.
HSL color Cylindrical-coordinate representation of color #5098AA: hue angle of 192º 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 #5098AA is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 152 | 170 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.33 |
| HSL | 192º | 0.36% | 0.49% | - |
| HSV(B) | 192º | 0.53% | 0.67% | - |
| XYZ | 21.79 | 27.06 | 42.11 | - |
| YUV | 132.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 170 | 0.53 | 0.11 | 0 | 0.33 | 192 | 0.36 | 0.49 |
| Hex | 50 | 98 | AA | 35 | B | 0 | 21 | C0 | 24 | 31 |
| Octal | 120 | 230 | 252 | 65 | 13 | 0 | 41 | 300 | 44 | 61 |
| Binary | 1010000 | 10011000 | 10101010 | 110101 | 1011 | 0 | 100001 | 11000000 | 100100 | 110001 |
Color Harmonies of #5098AA
Complementary color
Monochromatic Colors of #5098AA
Black with #5098AA
Text Example
Text Example
White with #5098AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5098AA; }
p { color: rgb(80,152,170); }
H1.HeaderClassName
{
color: #5098AA;
}
.AnyTagClassName
{
color: #5098AA;
}
</style>
background-color css
<style>
a { background-color: #5098AA; }
a { background-color: rgb(80,152,170); }
div.DivClassName
{
background-color: #5098AA;
}
.BgClassName
{
background-color: #5098AA;
}
</style>
border-color css
<style>
span { border-color: #5098AA; }
span { border-color: rgb(80,152,170); }
td.TdClassName
{
border-color: #5098AA;
}
.TagClassName
{
border-color: #5098AA;
}
</style>