Shades of Boston Blue #5091AC
Tints of Boston Blue #5091AC
RGB
CMYK
RGB Variations
Color information
#5091AC (or 0x5091AC) is known color: Boston Blue. HEX triplet: 50, 91 and AC. RGB value is (80,145,172). Sum of RGB (Red+Green+Blue) = 80+145+172=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #5091AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5091AC is #AF6E53. Grayscale: #808080. Windows color (decimal): -11497044 or 11309392. OLE color: 11309392.
HSL color Cylindrical-coordinate representation of color #5091AC: hue angle of 197.61º 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 #5091AC is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 145 | 172 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.33 |
| HSL | 197.61º | 0.37% | 0.49% | - |
| HSV(B) | 197.61º | 0.53% | 0.67% | - |
| XYZ | 20.88 | 24.93 | 42.74 | - |
| YUV | 128.64 | 152.47 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 172 | 0.53 | 0.16 | 0 | 0.33 | 197.61 | 0.37 | 0.49 |
| Hex | 50 | 91 | AC | 35 | 10 | 0 | 21 | C6 | 25 | 31 |
| Octal | 120 | 221 | 254 | 65 | 20 | 0 | 41 | 306 | 45 | 61 |
| Binary | 1010000 | 10010001 | 10101100 | 110101 | 10000 | 0 | 100001 | 11000110 | 100101 | 110001 |
Color Harmonies of #5091AC
Complementary color
Monochromatic Colors of #5091AC
Black with #5091AC
Text Example
Text Example
White with #5091AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5091AC; }
p { color: rgb(80,145,172); }
H1.HeaderClassName
{
color: #5091AC;
}
.AnyTagClassName
{
color: #5091AC;
}
</style>
background-color css
<style>
a { background-color: #5091AC; }
a { background-color: rgb(80,145,172); }
div.DivClassName
{
background-color: #5091AC;
}
.BgClassName
{
background-color: #5091AC;
}
</style>
border-color css
<style>
span { border-color: #5091AC; }
span { border-color: rgb(80,145,172); }
td.TdClassName
{
border-color: #5091AC;
}
.TagClassName
{
border-color: #5091AC;
}
</style>