Shades of Boston Blue #5497AB
Tints of Boston Blue #5497AB
RGB
CMYK
RGB Variations
Color information
#5497AB (or 0x5497AB) is known color: Boston Blue. HEX triplet: 54, 97 and AB. RGB value is (84,151,171). Sum of RGB (Red+Green+Blue) = 84+151+171=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #5497AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5497AB is #AB6854. Grayscale: #858585. Windows color (decimal): -11233365 or 11245396. OLE color: 11245396.
HSL color Cylindrical-coordinate representation of color #5497AB: hue angle of 193.79º 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 #5497AB is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 151 | 171 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.33 |
| HSL | 193.79º | 0.34% | 0.5% | - |
| HSV(B) | 193.79º | 0.51% | 0.67% | - |
| XYZ | 22.07 | 26.96 | 42.57 | - |
| YUV | 133.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 151 | 171 | 0.51 | 0.12 | 0 | 0.33 | 193.79 | 0.34 | 0.5 |
| Hex | 54 | 97 | AB | 33 | C | 0 | 21 | C2 | 22 | 32 |
| Octal | 124 | 227 | 253 | 63 | 14 | 0 | 41 | 302 | 42 | 62 |
| Binary | 1010100 | 10010111 | 10101011 | 110011 | 1100 | 0 | 100001 | 11000010 | 100010 | 110010 |
Color Harmonies of #5497AB
Complementary color
Monochromatic Colors of #5497AB
Black with #5497AB
Text Example
Text Example
White with #5497AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5497AB; }
p { color: rgb(84,151,171); }
H1.HeaderClassName
{
color: #5497AB;
}
.AnyTagClassName
{
color: #5497AB;
}
</style>
background-color css
<style>
a { background-color: #5497AB; }
a { background-color: rgb(84,151,171); }
div.DivClassName
{
background-color: #5497AB;
}
.BgClassName
{
background-color: #5497AB;
}
</style>
border-color css
<style>
span { border-color: #5497AB; }
span { border-color: rgb(84,151,171); }
td.TdClassName
{
border-color: #5497AB;
}
.TagClassName
{
border-color: #5497AB;
}
</style>