Shades of Boston Blue #509BAB
Tints of Boston Blue #509BAB
RGB
CMYK
RGB Variations
Color information
#509BAB (or 0x509BAB) is known color: Boston Blue. HEX triplet: 50, 9B and AB. RGB value is (80,155,171). Sum of RGB (Red+Green+Blue) = 80+155+171=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #509BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509BAB is #AF6454. Grayscale: #868686. Windows color (decimal): -11494485 or 11246416. OLE color: 11246416.
HSL color Cylindrical-coordinate representation of color #509BAB: hue angle of 190.55º degrees, saturation: 0.36, 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 #509BAB is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 155 | 171 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.33 |
| HSL | 190.55º | 0.36% | 0.49% | - |
| HSV(B) | 190.55º | 0.53% | 0.67% | - |
| XYZ | 22.38 | 28.09 | 42.77 | - |
| YUV | 134.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 171 | 0.53 | 0.09 | 0 | 0.33 | 190.55 | 0.36 | 0.49 |
| Hex | 50 | 9B | AB | 35 | 9 | 0 | 21 | BF | 24 | 31 |
| Octal | 120 | 233 | 253 | 65 | 11 | 0 | 41 | 277 | 44 | 61 |
| Binary | 1010000 | 10011011 | 10101011 | 110101 | 1001 | 0 | 100001 | 10111111 | 100100 | 110001 |
Color Harmonies of #509BAB
Complementary color
Monochromatic Colors of #509BAB
Black with #509BAB
Text Example
Text Example
White with #509BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BAB; }
p { color: rgb(80,155,171); }
H1.HeaderClassName
{
color: #509BAB;
}
.AnyTagClassName
{
color: #509BAB;
}
</style>
background-color css
<style>
a { background-color: #509BAB; }
a { background-color: rgb(80,155,171); }
div.DivClassName
{
background-color: #509BAB;
}
.BgClassName
{
background-color: #509BAB;
}
</style>
border-color css
<style>
span { border-color: #509BAB; }
span { border-color: rgb(80,155,171); }
td.TdClassName
{
border-color: #509BAB;
}
.TagClassName
{
border-color: #509BAB;
}
</style>