Shades of Boston Blue #518FAC
Tints of Boston Blue #518FAC
RGB
CMYK
RGB Variations
Color information
#518FAC (or 0x518FAC) is known color: Boston Blue. HEX triplet: 51, 8F and AC. RGB value is (81,143,172). Sum of RGB (Red+Green+Blue) = 81+143+172=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #518FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518FAC is #AE7053. Grayscale: #7F7F7F. Windows color (decimal): -11432020 or 11308881. OLE color: 11308881.
HSL color Cylindrical-coordinate representation of color #518FAC: hue angle of 199.12º 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 #518FAC is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 143 | 172 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.33 |
| HSL | 199.12º | 0.36% | 0.5% | - |
| HSV(B) | 199.12º | 0.53% | 0.67% | - |
| XYZ | 20.66 | 24.37 | 42.65 | - |
| YUV | 127.77 | 152.96 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 172 | 0.53 | 0.17 | 0 | 0.33 | 199.12 | 0.36 | 0.5 |
| Hex | 51 | 8F | AC | 35 | 11 | 0 | 21 | C7 | 24 | 32 |
| Octal | 121 | 217 | 254 | 65 | 21 | 0 | 41 | 307 | 44 | 62 |
| Binary | 1010001 | 10001111 | 10101100 | 110101 | 10001 | 0 | 100001 | 11000111 | 100100 | 110010 |
Color Harmonies of #518FAC
Complementary color
Monochromatic Colors of #518FAC
Black with #518FAC
Text Example
Text Example
White with #518FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518FAC; }
p { color: rgb(81,143,172); }
H1.HeaderClassName
{
color: #518FAC;
}
.AnyTagClassName
{
color: #518FAC;
}
</style>
background-color css
<style>
a { background-color: #518FAC; }
a { background-color: rgb(81,143,172); }
div.DivClassName
{
background-color: #518FAC;
}
.BgClassName
{
background-color: #518FAC;
}
</style>
border-color css
<style>
span { border-color: #518FAC; }
span { border-color: rgb(81,143,172); }
td.TdClassName
{
border-color: #518FAC;
}
.TagClassName
{
border-color: #518FAC;
}
</style>