Shades of Boston Blue #5190AD
Tints of Boston Blue #5190AD
RGB
CMYK
RGB Variations
Color information
#5190AD (or 0x5190AD) is known color: Boston Blue. HEX triplet: 51, 90 and AD. RGB value is (81,144,173). Sum of RGB (Red+Green+Blue) = 81+144+173=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #5190AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5190AD is #AE6F52. Grayscale: #808080. Windows color (decimal): -11431763 or 11374673. OLE color: 11374673.
HSL color Cylindrical-coordinate representation of color #5190AD: hue angle of 198.91º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5190AD is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 144 | 173 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.32 |
| HSL | 198.91º | 0.36% | 0.5% | - |
| HSV(B) | 198.91º | 0.53% | 0.68% | - |
| XYZ | 20.91 | 24.71 | 43.2 | - |
| YUV | 128.47 | 153.13 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 173 | 0.53 | 0.17 | 0 | 0.32 | 198.91 | 0.36 | 0.5 |
| Hex | 51 | 90 | AD | 35 | 11 | 0 | 20 | C7 | 24 | 32 |
| Octal | 121 | 220 | 255 | 65 | 21 | 0 | 40 | 307 | 44 | 62 |
| Binary | 1010001 | 10010000 | 10101101 | 110101 | 10001 | 0 | 100000 | 11000111 | 100100 | 110010 |
Color Harmonies of #5190AD
Complementary color
Monochromatic Colors of #5190AD
Black with #5190AD
Text Example
Text Example
White with #5190AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5190AD; }
p { color: rgb(81,144,173); }
H1.HeaderClassName
{
color: #5190AD;
}
.AnyTagClassName
{
color: #5190AD;
}
</style>
background-color css
<style>
a { background-color: #5190AD; }
a { background-color: rgb(81,144,173); }
div.DivClassName
{
background-color: #5190AD;
}
.BgClassName
{
background-color: #5190AD;
}
</style>
border-color css
<style>
span { border-color: #5190AD; }
span { border-color: rgb(81,144,173); }
td.TdClassName
{
border-color: #5190AD;
}
.TagClassName
{
border-color: #5190AD;
}
</style>