Shades of Boston Blue #5297AB
Tints of Boston Blue #5297AB
RGB
CMYK
RGB Variations
Color information
#5297AB (or 0x5297AB) is known color: Boston Blue. HEX triplet: 52, 97 and AB. RGB value is (82,151,171). Sum of RGB (Red+Green+Blue) = 82+151+171=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #5297AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5297AB is #AD6854. Grayscale: #848484. Windows color (decimal): -11364437 or 11245394. OLE color: 11245394.
HSL color Cylindrical-coordinate representation of color #5297AB: hue angle of 193.48º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5297AB is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 151 | 171 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.33 |
| HSL | 193.48º | 0.35% | 0.5% | - |
| HSV(B) | 193.48º | 0.52% | 0.67% | - |
| XYZ | 21.9 | 26.87 | 42.56 | - |
| YUV | 132.65 | 149.64 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 151 | 171 | 0.52 | 0.12 | 0 | 0.33 | 193.48 | 0.35 | 0.5 |
| Hex | 52 | 97 | AB | 34 | C | 0 | 21 | C1 | 23 | 32 |
| Octal | 122 | 227 | 253 | 64 | 14 | 0 | 41 | 301 | 43 | 62 |
| Binary | 1010010 | 10010111 | 10101011 | 110100 | 1100 | 0 | 100001 | 11000001 | 100011 | 110010 |
Color Harmonies of #5297AB
Complementary color
Monochromatic Colors of #5297AB
Black with #5297AB
Text Example
Text Example
White with #5297AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5297AB; }
p { color: rgb(82,151,171); }
H1.HeaderClassName
{
color: #5297AB;
}
.AnyTagClassName
{
color: #5297AB;
}
</style>
background-color css
<style>
a { background-color: #5297AB; }
a { background-color: rgb(82,151,171); }
div.DivClassName
{
background-color: #5297AB;
}
.BgClassName
{
background-color: #5297AB;
}
</style>
border-color css
<style>
span { border-color: #5297AB; }
span { border-color: rgb(82,151,171); }
td.TdClassName
{
border-color: #5297AB;
}
.TagClassName
{
border-color: #5297AB;
}
</style>