Shades of Boston Blue #519AAA
Tints of Boston Blue #519AAA
RGB
CMYK
RGB Variations
Color information
#519AAA (or 0x519AAA) is known color: Boston Blue. HEX triplet: 51, 9A and AA. RGB value is (81,154,170). Sum of RGB (Red+Green+Blue) = 81+154+170=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #519AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519AAA is #AE6555. Grayscale: #858585. Windows color (decimal): -11429206 or 11180625. OLE color: 11180625.
HSL color Cylindrical-coordinate representation of color #519AAA: hue angle of 190.79º 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 #519AAA is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 154 | 170 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.33 |
| HSL | 190.79º | 0.35% | 0.49% | - |
| HSV(B) | 190.79º | 0.52% | 0.67% | - |
| XYZ | 22.2 | 27.76 | 42.22 | - |
| YUV | 134 | 148.32 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 170 | 0.52 | 0.09 | 0 | 0.33 | 190.79 | 0.35 | 0.49 |
| Hex | 51 | 9A | AA | 34 | 9 | 0 | 21 | BF | 23 | 31 |
| Octal | 121 | 232 | 252 | 64 | 11 | 0 | 41 | 277 | 43 | 61 |
| Binary | 1010001 | 10011010 | 10101010 | 110100 | 1001 | 0 | 100001 | 10111111 | 100011 | 110001 |
Color Harmonies of #519AAA
Complementary color
Monochromatic Colors of #519AAA
Black with #519AAA
Text Example
Text Example
White with #519AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519AAA; }
p { color: rgb(81,154,170); }
H1.HeaderClassName
{
color: #519AAA;
}
.AnyTagClassName
{
color: #519AAA;
}
</style>
background-color css
<style>
a { background-color: #519AAA; }
a { background-color: rgb(81,154,170); }
div.DivClassName
{
background-color: #519AAA;
}
.BgClassName
{
background-color: #519AAA;
}
</style>
border-color css
<style>
span { border-color: #519AAA; }
span { border-color: rgb(81,154,170); }
td.TdClassName
{
border-color: #519AAA;
}
.TagClassName
{
border-color: #519AAA;
}
</style>