Shades of Boston Blue #509AAF
Tints of Boston Blue #509AAF
RGB
CMYK
RGB Variations
Color information
#509AAF (or 0x509AAF) is known color: Boston Blue. HEX triplet: 50, 9A and AF. RGB value is (80,154,175). Sum of RGB (Red+Green+Blue) = 80+154+175=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #509AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509AAF is #AF6550. Grayscale: #868686. Windows color (decimal): -11494737 or 11508304. OLE color: 11508304.
HSL color Cylindrical-coordinate representation of color #509AAF: hue angle of 193.26º 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 #509AAF is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 154 | 175 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.31 |
| HSL | 193.26º | 0.37% | 0.5% | - |
| HSV(B) | 193.26º | 0.54% | 0.69% | - |
| XYZ | 22.6 | 27.91 | 44.75 | - |
| YUV | 134.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 175 | 0.54 | 0.12 | 0 | 0.31 | 193.26 | 0.37 | 0.5 |
| Hex | 50 | 9A | AF | 36 | C | 0 | 1F | C1 | 25 | 32 |
| Octal | 120 | 232 | 257 | 66 | 14 | 0 | 37 | 301 | 45 | 62 |
| Binary | 1010000 | 10011010 | 10101111 | 110110 | 1100 | 0 | 11111 | 11000001 | 100101 | 110010 |
Color Harmonies of #509AAF
Complementary color
Monochromatic Colors of #509AAF
Black with #509AAF
Text Example
Text Example
White with #509AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509AAF; }
p { color: rgb(80,154,175); }
H1.HeaderClassName
{
color: #509AAF;
}
.AnyTagClassName
{
color: #509AAF;
}
</style>
background-color css
<style>
a { background-color: #509AAF; }
a { background-color: rgb(80,154,175); }
div.DivClassName
{
background-color: #509AAF;
}
.BgClassName
{
background-color: #509AAF;
}
</style>
border-color css
<style>
span { border-color: #509AAF; }
span { border-color: rgb(80,154,175); }
td.TdClassName
{
border-color: #509AAF;
}
.TagClassName
{
border-color: #509AAF;
}
</style>