Shades of Boston Blue #5190AA
Tints of Boston Blue #5190AA
RGB
CMYK
RGB Variations
Color information
#5190AA (or 0x5190AA) is known color: Boston Blue. HEX triplet: 51, 90 and AA. RGB value is (81,144,170). Sum of RGB (Red+Green+Blue) = 81+144+170=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #5190AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5190AA is #AE6F55. Grayscale: #7F7F7F. Windows color (decimal): -11431766 or 11178065. OLE color: 11178065.
HSL color Cylindrical-coordinate representation of color #5190AA: hue angle of 197.53º 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 #5190AA is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 144 | 170 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.33 |
| HSL | 197.53º | 0.35% | 0.49% | - |
| HSV(B) | 197.53º | 0.52% | 0.67% | - |
| XYZ | 20.62 | 24.6 | 41.69 | - |
| YUV | 128.13 | 151.63 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 170 | 0.52 | 0.15 | 0 | 0.33 | 197.53 | 0.35 | 0.49 |
| Hex | 51 | 90 | AA | 34 | F | 0 | 21 | C6 | 23 | 31 |
| Octal | 121 | 220 | 252 | 64 | 17 | 0 | 41 | 306 | 43 | 61 |
| Binary | 1010001 | 10010000 | 10101010 | 110100 | 1111 | 0 | 100001 | 11000110 | 100011 | 110001 |
Color Harmonies of #5190AA
Complementary color
Monochromatic Colors of #5190AA
Black with #5190AA
Text Example
Text Example
White with #5190AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5190AA; }
p { color: rgb(81,144,170); }
H1.HeaderClassName
{
color: #5190AA;
}
.AnyTagClassName
{
color: #5190AA;
}
</style>
background-color css
<style>
a { background-color: #5190AA; }
a { background-color: rgb(81,144,170); }
div.DivClassName
{
background-color: #5190AA;
}
.BgClassName
{
background-color: #5190AA;
}
</style>
border-color css
<style>
span { border-color: #5190AA; }
span { border-color: rgb(81,144,170); }
td.TdClassName
{
border-color: #5190AA;
}
.TagClassName
{
border-color: #5190AA;
}
</style>