Shades of Boston Blue #5296AA
Tints of Boston Blue #5296AA
RGB
CMYK
RGB Variations
Color information
#5296AA (or 0x5296AA) is known color: Boston Blue. HEX triplet: 52, 96 and AA. RGB value is (82,150,170). Sum of RGB (Red+Green+Blue) = 82+150+170=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 150 (58.98% from 255 or 37.31% 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 #5296AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5296AA is #AD6955. Grayscale: #838383. Windows color (decimal): -11364694 or 11179602. OLE color: 11179602.
HSL color Cylindrical-coordinate representation of color #5296AA: hue angle of 193.64º 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 #5296AA is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 150 | 170 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.33 |
| HSL | 193.64º | 0.35% | 0.49% | - |
| HSV(B) | 193.64º | 0.52% | 0.67% | - |
| XYZ | 21.64 | 26.51 | 42.01 | - |
| YUV | 131.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 170 | 0.52 | 0.12 | 0 | 0.33 | 193.64 | 0.35 | 0.49 |
| Hex | 52 | 96 | AA | 34 | C | 0 | 21 | C2 | 23 | 31 |
| Octal | 122 | 226 | 252 | 64 | 14 | 0 | 41 | 302 | 43 | 61 |
| Binary | 1010010 | 10010110 | 10101010 | 110100 | 1100 | 0 | 100001 | 11000010 | 100011 | 110001 |
Color Harmonies of #5296AA
Complementary color
Monochromatic Colors of #5296AA
Black with #5296AA
Text Example
Text Example
White with #5296AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5296AA; }
p { color: rgb(82,150,170); }
H1.HeaderClassName
{
color: #5296AA;
}
.AnyTagClassName
{
color: #5296AA;
}
</style>
background-color css
<style>
a { background-color: #5296AA; }
a { background-color: rgb(82,150,170); }
div.DivClassName
{
background-color: #5296AA;
}
.BgClassName
{
background-color: #5296AA;
}
</style>
border-color css
<style>
span { border-color: #5296AA; }
span { border-color: rgb(82,150,170); }
td.TdClassName
{
border-color: #5296AA;
}
.TagClassName
{
border-color: #5296AA;
}
</style>