Shades of Boston Blue #5298AB
Tints of Boston Blue #5298AB
RGB
CMYK
RGB Variations
Color information
#5298AB (or 0x5298AB) is known color: Boston Blue. HEX triplet: 52, 98 and AB. RGB value is (82,152,171). Sum of RGB (Red+Green+Blue) = 82+152+171=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #5298AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5298AB is #AD6754. Grayscale: #858585. Windows color (decimal): -11364181 or 11245650. OLE color: 11245650.
HSL color Cylindrical-coordinate representation of color #5298AB: hue angle of 192.81º 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 #5298AB is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 152 | 171 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.33 |
| HSL | 192.81º | 0.35% | 0.5% | - |
| HSV(B) | 192.81º | 0.52% | 0.67% | - |
| XYZ | 22.06 | 27.19 | 42.61 | - |
| YUV | 133.24 | 149.31 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 171 | 0.52 | 0.11 | 0 | 0.33 | 192.81 | 0.35 | 0.5 |
| Hex | 52 | 98 | AB | 34 | B | 0 | 21 | C1 | 23 | 32 |
| Octal | 122 | 230 | 253 | 64 | 13 | 0 | 41 | 301 | 43 | 62 |
| Binary | 1010010 | 10011000 | 10101011 | 110100 | 1011 | 0 | 100001 | 11000001 | 100011 | 110010 |
Color Harmonies of #5298AB
Complementary color
Monochromatic Colors of #5298AB
Black with #5298AB
Text Example
Text Example
White with #5298AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5298AB; }
p { color: rgb(82,152,171); }
H1.HeaderClassName
{
color: #5298AB;
}
.AnyTagClassName
{
color: #5298AB;
}
</style>
background-color css
<style>
a { background-color: #5298AB; }
a { background-color: rgb(82,152,171); }
div.DivClassName
{
background-color: #5298AB;
}
.BgClassName
{
background-color: #5298AB;
}
</style>
border-color css
<style>
span { border-color: #5298AB; }
span { border-color: rgb(82,152,171); }
td.TdClassName
{
border-color: #5298AB;
}
.TagClassName
{
border-color: #5298AB;
}
</style>