Shades of Boston Blue #5292AA
Tints of Boston Blue #5292AA
RGB
CMYK
RGB Variations
Color information
#5292AA (or 0x5292AA) is known color: Boston Blue. HEX triplet: 52, 92 and AA. RGB value is (82,146,170). Sum of RGB (Red+Green+Blue) = 82+146+170=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #5292AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5292AA is #AD6D55. Grayscale: #818181. Windows color (decimal): -11365718 or 11178578. OLE color: 11178578.
HSL color Cylindrical-coordinate representation of color #5292AA: hue angle of 196.36º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5292AA is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 146 | 170 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.33 |
| HSL | 196.36º | 0.35% | 0.49% | - |
| HSV(B) | 196.36º | 0.52% | 0.67% | - |
| XYZ | 21.01 | 25.25 | 41.8 | - |
| YUV | 129.6 | 150.8 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 170 | 0.52 | 0.14 | 0 | 0.33 | 196.36 | 0.35 | 0.49 |
| Hex | 52 | 92 | AA | 34 | E | 0 | 21 | C4 | 23 | 31 |
| Octal | 122 | 222 | 252 | 64 | 16 | 0 | 41 | 304 | 43 | 61 |
| Binary | 1010010 | 10010010 | 10101010 | 110100 | 1110 | 0 | 100001 | 11000100 | 100011 | 110001 |
Color Harmonies of #5292AA
Complementary color
Monochromatic Colors of #5292AA
Black with #5292AA
Text Example
Text Example
White with #5292AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5292AA; }
p { color: rgb(82,146,170); }
H1.HeaderClassName
{
color: #5292AA;
}
.AnyTagClassName
{
color: #5292AA;
}
</style>
background-color css
<style>
a { background-color: #5292AA; }
a { background-color: rgb(82,146,170); }
div.DivClassName
{
background-color: #5292AA;
}
.BgClassName
{
background-color: #5292AA;
}
</style>
border-color css
<style>
span { border-color: #5292AA; }
span { border-color: rgb(82,146,170); }
td.TdClassName
{
border-color: #5292AA;
}
.TagClassName
{
border-color: #5292AA;
}
</style>