Shades of Boston Blue #5096AF
Tints of Boston Blue #5096AF
RGB
CMYK
RGB Variations
Color information
#5096AF (or 0x5096AF) is known color: Boston Blue. HEX triplet: 50, 96 and AF. RGB value is (80,150,175). Sum of RGB (Red+Green+Blue) = 80+150+175=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #5096AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5096AF is #AF6950. Grayscale: #838383. Windows color (decimal): -11495761 or 11507280. OLE color: 11507280.
HSL color Cylindrical-coordinate representation of color #5096AF: hue angle of 195.79º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5096AF is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 150 | 175 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.31 |
| HSL | 195.79º | 0.37% | 0.5% | - |
| HSV(B) | 195.79º | 0.54% | 0.69% | - |
| XYZ | 21.95 | 26.61 | 44.54 | - |
| YUV | 131.92 | 152.31 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 175 | 0.54 | 0.14 | 0 | 0.31 | 195.79 | 0.37 | 0.5 |
| Hex | 50 | 96 | AF | 36 | E | 0 | 1F | C4 | 25 | 32 |
| Octal | 120 | 226 | 257 | 66 | 16 | 0 | 37 | 304 | 45 | 62 |
| Binary | 1010000 | 10010110 | 10101111 | 110110 | 1110 | 0 | 11111 | 11000100 | 100101 | 110010 |
Color Harmonies of #5096AF
Complementary color
Monochromatic Colors of #5096AF
Black with #5096AF
Text Example
Text Example
White with #5096AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5096AF; }
p { color: rgb(80,150,175); }
H1.HeaderClassName
{
color: #5096AF;
}
.AnyTagClassName
{
color: #5096AF;
}
</style>
background-color css
<style>
a { background-color: #5096AF; }
a { background-color: rgb(80,150,175); }
div.DivClassName
{
background-color: #5096AF;
}
.BgClassName
{
background-color: #5096AF;
}
</style>
border-color css
<style>
span { border-color: #5096AF; }
span { border-color: rgb(80,150,175); }
td.TdClassName
{
border-color: #5096AF;
}
.TagClassName
{
border-color: #5096AF;
}
</style>