Shades of Boston Blue #5193AD
Tints of Boston Blue #5193AD
RGB
CMYK
RGB Variations
Color information
#5193AD (or 0x5193AD) is known color: Boston Blue. HEX triplet: 51, 93 and AD. RGB value is (81,147,173). Sum of RGB (Red+Green+Blue) = 81+147+173=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #5193AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5193AD is #AE6C52. Grayscale: #828282. Windows color (decimal): -11430995 or 11375441. OLE color: 11375441.
HSL color Cylindrical-coordinate representation of color #5193AD: hue angle of 196.96º 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 #5193AD is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 147 | 173 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.32 |
| HSL | 196.96º | 0.36% | 0.5% | - |
| HSV(B) | 196.96º | 0.53% | 0.68% | - |
| XYZ | 21.37 | 25.63 | 43.36 | - |
| YUV | 130.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 173 | 0.53 | 0.15 | 0 | 0.32 | 196.96 | 0.36 | 0.5 |
| Hex | 51 | 93 | AD | 35 | F | 0 | 20 | C5 | 24 | 32 |
| Octal | 121 | 223 | 255 | 65 | 17 | 0 | 40 | 305 | 44 | 62 |
| Binary | 1010001 | 10010011 | 10101101 | 110101 | 1111 | 0 | 100000 | 11000101 | 100100 | 110010 |
Color Harmonies of #5193AD
Complementary color
Monochromatic Colors of #5193AD
Black with #5193AD
Text Example
Text Example
White with #5193AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5193AD; }
p { color: rgb(81,147,173); }
H1.HeaderClassName
{
color: #5193AD;
}
.AnyTagClassName
{
color: #5193AD;
}
</style>
background-color css
<style>
a { background-color: #5193AD; }
a { background-color: rgb(81,147,173); }
div.DivClassName
{
background-color: #5193AD;
}
.BgClassName
{
background-color: #5193AD;
}
</style>
border-color css
<style>
span { border-color: #5193AD; }
span { border-color: rgb(81,147,173); }
td.TdClassName
{
border-color: #5193AD;
}
.TagClassName
{
border-color: #5193AD;
}
</style>