Shades of Boston Blue #5198AE
Tints of Boston Blue #5198AE
RGB
CMYK
RGB Variations
Color information
#5198AE (or 0x5198AE) is known color: Boston Blue. HEX triplet: 51, 98 and AE. RGB value is (81,152,174). Sum of RGB (Red+Green+Blue) = 81+152+174=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #5198AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5198AE is #AE6751. Grayscale: #858585. Windows color (decimal): -11429714 or 11442257. OLE color: 11442257.
HSL color Cylindrical-coordinate representation of color #5198AE: hue angle of 194.19º 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 #5198AE is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 152 | 174 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.32 |
| HSL | 194.19º | 0.36% | 0.5% | - |
| HSV(B) | 194.19º | 0.53% | 0.68% | - |
| XYZ | 22.26 | 27.26 | 44.13 | - |
| YUV | 133.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 152 | 174 | 0.53 | 0.13 | 0 | 0.32 | 194.19 | 0.36 | 0.5 |
| Hex | 51 | 98 | AE | 35 | D | 0 | 20 | C2 | 24 | 32 |
| Octal | 121 | 230 | 256 | 65 | 15 | 0 | 40 | 302 | 44 | 62 |
| Binary | 1010001 | 10011000 | 10101110 | 110101 | 1101 | 0 | 100000 | 11000010 | 100100 | 110010 |
Color Harmonies of #5198AE
Complementary color
Monochromatic Colors of #5198AE
Black with #5198AE
Text Example
Text Example
White with #5198AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5198AE; }
p { color: rgb(81,152,174); }
H1.HeaderClassName
{
color: #5198AE;
}
.AnyTagClassName
{
color: #5198AE;
}
</style>
background-color css
<style>
a { background-color: #5198AE; }
a { background-color: rgb(81,152,174); }
div.DivClassName
{
background-color: #5198AE;
}
.BgClassName
{
background-color: #5198AE;
}
</style>
border-color css
<style>
span { border-color: #5198AE; }
span { border-color: rgb(81,152,174); }
td.TdClassName
{
border-color: #5198AE;
}
.TagClassName
{
border-color: #5198AE;
}
</style>