Shades of Boston Blue #5296A7
Tints of Boston Blue #5296A7
RGB
CMYK
RGB Variations
Color information
#5296A7 (or 0x5296A7) is known color: Boston Blue. HEX triplet: 52, 96 and A7. RGB value is (82,150,167). Sum of RGB (Red+Green+Blue) = 82+150+167=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 167 - color contains mainly: blue. Hex color #5296A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5296A7 is #AD6958. Grayscale: #838383. Windows color (decimal): -11364697 or 10982994. OLE color: 10982994.
HSL color Cylindrical-coordinate representation of color #5296A7: hue angle of 192º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5296A7 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 150 | 167 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.35 |
| HSL | 192º | 0.34% | 0.49% | - |
| HSV(B) | 192º | 0.51% | 0.65% | - |
| XYZ | 21.36 | 26.4 | 40.53 | - |
| YUV | 131.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 167 | 0.51 | 0.10 | 0 | 0.35 | 192 | 0.34 | 0.49 |
| Hex | 52 | 96 | A7 | 33 | A | 0 | 23 | C0 | 22 | 31 |
| Octal | 122 | 226 | 247 | 63 | 12 | 0 | 43 | 300 | 42 | 61 |
| Binary | 1010010 | 10010110 | 10100111 | 110011 | 1010 | 0 | 100011 | 11000000 | 100010 | 110001 |
Color Harmonies of #5296A7
Complementary color
Monochromatic Colors of #5296A7
Black with #5296A7
Text Example
Text Example
White with #5296A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5296A7; }
p { color: rgb(82,150,167); }
H1.HeaderClassName
{
color: #5296A7;
}
.AnyTagClassName
{
color: #5296A7;
}
</style>
background-color css
<style>
a { background-color: #5296A7; }
a { background-color: rgb(82,150,167); }
div.DivClassName
{
background-color: #5296A7;
}
.BgClassName
{
background-color: #5296A7;
}
</style>
border-color css
<style>
span { border-color: #5296A7; }
span { border-color: rgb(82,150,167); }
td.TdClassName
{
border-color: #5296A7;
}
.TagClassName
{
border-color: #5296A7;
}
</style>