Shades of Boston Blue #5096AC
Tints of Boston Blue #5096AC
RGB
CMYK
RGB Variations
Color information
#5096AC (or 0x5096AC) is known color: Boston Blue. HEX triplet: 50, 96 and AC. RGB value is (80,150,172). Sum of RGB (Red+Green+Blue) = 80+150+172=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #5096AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5096AC is #AF6953. Grayscale: #838383. Windows color (decimal): -11495764 or 11310672. OLE color: 11310672.
HSL color Cylindrical-coordinate representation of color #5096AC: hue angle of 194.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5096AC is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 150 | 172 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.33 |
| HSL | 194.35º | 0.37% | 0.49% | - |
| HSV(B) | 194.35º | 0.53% | 0.67% | - |
| XYZ | 21.66 | 26.5 | 43 | - |
| YUV | 131.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 172 | 0.53 | 0.13 | 0 | 0.33 | 194.35 | 0.37 | 0.49 |
| Hex | 50 | 96 | AC | 35 | D | 0 | 21 | C2 | 25 | 31 |
| Octal | 120 | 226 | 254 | 65 | 15 | 0 | 41 | 302 | 45 | 61 |
| Binary | 1010000 | 10010110 | 10101100 | 110101 | 1101 | 0 | 100001 | 11000010 | 100101 | 110001 |
Color Harmonies of #5096AC
Complementary color
Monochromatic Colors of #5096AC
Black with #5096AC
Text Example
Text Example
White with #5096AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5096AC; }
p { color: rgb(80,150,172); }
H1.HeaderClassName
{
color: #5096AC;
}
.AnyTagClassName
{
color: #5096AC;
}
</style>
background-color css
<style>
a { background-color: #5096AC; }
a { background-color: rgb(80,150,172); }
div.DivClassName
{
background-color: #5096AC;
}
.BgClassName
{
background-color: #5096AC;
}
</style>
border-color css
<style>
span { border-color: #5096AC; }
span { border-color: rgb(80,150,172); }
td.TdClassName
{
border-color: #5096AC;
}
.TagClassName
{
border-color: #5096AC;
}
</style>