Shades of Boston Blue #5498AB
Tints of Boston Blue #5498AB
RGB
CMYK
RGB Variations
Color information
#5498AB (or 0x5498AB) is known color: Boston Blue. HEX triplet: 54, 98 and AB. RGB value is (84,152,171). Sum of RGB (Red+Green+Blue) = 84+152+171=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #5498AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5498AB is #AB6754. Grayscale: #858585. Windows color (decimal): -11233109 or 11245652. OLE color: 11245652.
HSL color Cylindrical-coordinate representation of color #5498AB: hue angle of 193.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5498AB is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 152 | 171 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.33 |
| HSL | 193.1º | 0.34% | 0.5% | - |
| HSV(B) | 193.1º | 0.51% | 0.67% | - |
| XYZ | 22.24 | 27.28 | 42.62 | - |
| YUV | 133.83 | 148.97 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 171 | 0.51 | 0.11 | 0 | 0.33 | 193.1 | 0.34 | 0.5 |
| Hex | 54 | 98 | AB | 33 | B | 0 | 21 | C1 | 22 | 32 |
| Octal | 124 | 230 | 253 | 63 | 13 | 0 | 41 | 301 | 42 | 62 |
| Binary | 1010100 | 10011000 | 10101011 | 110011 | 1011 | 0 | 100001 | 11000001 | 100010 | 110010 |
Color Harmonies of #5498AB
Complementary color
Monochromatic Colors of #5498AB
Black with #5498AB
Text Example
Text Example
White with #5498AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5498AB; }
p { color: rgb(84,152,171); }
H1.HeaderClassName
{
color: #5498AB;
}
.AnyTagClassName
{
color: #5498AB;
}
</style>
background-color css
<style>
a { background-color: #5498AB; }
a { background-color: rgb(84,152,171); }
div.DivClassName
{
background-color: #5498AB;
}
.BgClassName
{
background-color: #5498AB;
}
</style>
border-color css
<style>
span { border-color: #5498AB; }
span { border-color: rgb(84,152,171); }
td.TdClassName
{
border-color: #5498AB;
}
.TagClassName
{
border-color: #5498AB;
}
</style>