Shades of Boston Blue #5192AC
Tints of Boston Blue #5192AC
RGB
CMYK
RGB Variations
Color information
#5192AC (or 0x5192AC) is known color: Boston Blue. HEX triplet: 51, 92 and AC. RGB value is (81,146,172). Sum of RGB (Red+Green+Blue) = 81+146+172=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #5192AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5192AC is #AE6D53. Grayscale: #818181. Windows color (decimal): -11431252 or 11309649. OLE color: 11309649.
HSL color Cylindrical-coordinate representation of color #5192AC: hue angle of 197.14º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5192AC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 146 | 172 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.33 |
| HSL | 197.14º | 0.36% | 0.5% | - |
| HSV(B) | 197.14º | 0.53% | 0.67% | - |
| XYZ | 21.12 | 25.29 | 42.8 | - |
| YUV | 129.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 172 | 0.53 | 0.15 | 0 | 0.33 | 197.14 | 0.36 | 0.5 |
| Hex | 51 | 92 | AC | 35 | F | 0 | 21 | C5 | 24 | 32 |
| Octal | 121 | 222 | 254 | 65 | 17 | 0 | 41 | 305 | 44 | 62 |
| Binary | 1010001 | 10010010 | 10101100 | 110101 | 1111 | 0 | 100001 | 11000101 | 100100 | 110010 |
Color Harmonies of #5192AC
Complementary color
Monochromatic Colors of #5192AC
Black with #5192AC
Text Example
Text Example
White with #5192AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5192AC; }
p { color: rgb(81,146,172); }
H1.HeaderClassName
{
color: #5192AC;
}
.AnyTagClassName
{
color: #5192AC;
}
</style>
background-color css
<style>
a { background-color: #5192AC; }
a { background-color: rgb(81,146,172); }
div.DivClassName
{
background-color: #5192AC;
}
.BgClassName
{
background-color: #5192AC;
}
</style>
border-color css
<style>
span { border-color: #5192AC; }
span { border-color: rgb(81,146,172); }
td.TdClassName
{
border-color: #5192AC;
}
.TagClassName
{
border-color: #5192AC;
}
</style>