Shades of Boston Blue #5196AA
Tints of Boston Blue #5196AA
RGB
CMYK
RGB Variations
Color information
#5196AA (or 0x5196AA) is known color: Boston Blue. HEX triplet: 51, 96 and AA. RGB value is (81,150,170). Sum of RGB (Red+Green+Blue) = 81+150+170=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #5196AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5196AA is #AE6955. Grayscale: #838383. Windows color (decimal): -11430230 or 11179601. OLE color: 11179601.
HSL color Cylindrical-coordinate representation of color #5196AA: hue angle of 193.48º 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 #5196AA is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 150 | 170 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.33 |
| HSL | 193.48º | 0.35% | 0.49% | - |
| HSV(B) | 193.48º | 0.52% | 0.67% | - |
| XYZ | 21.56 | 26.46 | 42 | - |
| YUV | 131.65 | 149.64 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 150 | 170 | 0.52 | 0.12 | 0 | 0.33 | 193.48 | 0.35 | 0.49 |
| Hex | 51 | 96 | AA | 34 | C | 0 | 21 | C1 | 23 | 31 |
| Octal | 121 | 226 | 252 | 64 | 14 | 0 | 41 | 301 | 43 | 61 |
| Binary | 1010001 | 10010110 | 10101010 | 110100 | 1100 | 0 | 100001 | 11000001 | 100011 | 110001 |
Color Harmonies of #5196AA
Complementary color
Monochromatic Colors of #5196AA
Black with #5196AA
Text Example
Text Example
White with #5196AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5196AA; }
p { color: rgb(81,150,170); }
H1.HeaderClassName
{
color: #5196AA;
}
.AnyTagClassName
{
color: #5196AA;
}
</style>
background-color css
<style>
a { background-color: #5196AA; }
a { background-color: rgb(81,150,170); }
div.DivClassName
{
background-color: #5196AA;
}
.BgClassName
{
background-color: #5196AA;
}
</style>
border-color css
<style>
span { border-color: #5196AA; }
span { border-color: rgb(81,150,170); }
td.TdClassName
{
border-color: #5196AA;
}
.TagClassName
{
border-color: #5196AA;
}
</style>