Shades of Boston Blue #5495AA
Tints of Boston Blue #5495AA
RGB
CMYK
RGB Variations
Color information
#5495AA (or 0x5495AA) is known color: Boston Blue. HEX triplet: 54, 95 and AA. RGB value is (84,149,170). Sum of RGB (Red+Green+Blue) = 84+149+170=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #5495AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5495AA is #AB6A55. Grayscale: #838383. Windows color (decimal): -11233878 or 11179348. OLE color: 11179348.
HSL color Cylindrical-coordinate representation of color #5495AA: hue angle of 194.65º 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 #5495AA is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 149 | 170 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.33 |
| HSL | 194.65º | 0.34% | 0.5% | - |
| HSV(B) | 194.65º | 0.51% | 0.67% | - |
| XYZ | 21.66 | 26.28 | 41.96 | - |
| YUV | 131.96 | 149.47 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 170 | 0.51 | 0.12 | 0 | 0.33 | 194.65 | 0.34 | 0.5 |
| Hex | 54 | 95 | AA | 33 | C | 0 | 21 | C3 | 22 | 32 |
| Octal | 124 | 225 | 252 | 63 | 14 | 0 | 41 | 303 | 42 | 62 |
| Binary | 1010100 | 10010101 | 10101010 | 110011 | 1100 | 0 | 100001 | 11000011 | 100010 | 110010 |
Color Harmonies of #5495AA
Complementary color
Monochromatic Colors of #5495AA
Black with #5495AA
Text Example
Text Example
White with #5495AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5495AA; }
p { color: rgb(84,149,170); }
H1.HeaderClassName
{
color: #5495AA;
}
.AnyTagClassName
{
color: #5495AA;
}
</style>
background-color css
<style>
a { background-color: #5495AA; }
a { background-color: rgb(84,149,170); }
div.DivClassName
{
background-color: #5495AA;
}
.BgClassName
{
background-color: #5495AA;
}
</style>
border-color css
<style>
span { border-color: #5495AA; }
span { border-color: rgb(84,149,170); }
td.TdClassName
{
border-color: #5495AA;
}
.TagClassName
{
border-color: #5495AA;
}
</style>