Shades of Boston Blue #5193AC
Tints of Boston Blue #5193AC
RGB
CMYK
RGB Variations
Color information
#5193AC (or 0x5193AC) is known color: Boston Blue. HEX triplet: 51, 93 and AC. RGB value is (81,147,172). Sum of RGB (Red+Green+Blue) = 81+147+172=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #5193AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5193AC is #AE6C53. Grayscale: #818181. Windows color (decimal): -11430996 or 11309905. OLE color: 11309905.
HSL color Cylindrical-coordinate representation of color #5193AC: hue angle of 196.48º 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 #5193AC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 147 | 172 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.33 |
| HSL | 196.48º | 0.36% | 0.5% | - |
| HSV(B) | 196.48º | 0.53% | 0.67% | - |
| XYZ | 21.27 | 25.6 | 42.85 | - |
| YUV | 130.12 | 151.63 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 172 | 0.53 | 0.15 | 0 | 0.33 | 196.48 | 0.36 | 0.5 |
| Hex | 51 | 93 | AC | 35 | F | 0 | 21 | C4 | 24 | 32 |
| Octal | 121 | 223 | 254 | 65 | 17 | 0 | 41 | 304 | 44 | 62 |
| Binary | 1010001 | 10010011 | 10101100 | 110101 | 1111 | 0 | 100001 | 11000100 | 100100 | 110010 |
Color Harmonies of #5193AC
Complementary color
Monochromatic Colors of #5193AC
Black with #5193AC
Text Example
Text Example
White with #5193AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5193AC; }
p { color: rgb(81,147,172); }
H1.HeaderClassName
{
color: #5193AC;
}
.AnyTagClassName
{
color: #5193AC;
}
</style>
background-color css
<style>
a { background-color: #5193AC; }
a { background-color: rgb(81,147,172); }
div.DivClassName
{
background-color: #5193AC;
}
.BgClassName
{
background-color: #5193AC;
}
</style>
border-color css
<style>
span { border-color: #5193AC; }
span { border-color: rgb(81,147,172); }
td.TdClassName
{
border-color: #5193AC;
}
.TagClassName
{
border-color: #5193AC;
}
</style>