Shades of Boston Blue #509CAF
Tints of Boston Blue #509CAF
RGB
CMYK
RGB Variations
Color information
#509CAF (or 0x509CAF) is known color: Boston Blue. HEX triplet: 50, 9C and AF. RGB value is (80,156,175). Sum of RGB (Red+Green+Blue) = 80+156+175=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #509CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509CAF is #AF6350. Grayscale: #878787. Windows color (decimal): -11494225 or 11508816. OLE color: 11508816.
HSL color Cylindrical-coordinate representation of color #509CAF: hue angle of 192º 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 #509CAF is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 156 | 175 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.31 |
| HSL | 192º | 0.37% | 0.5% | - |
| HSV(B) | 192º | 0.54% | 0.69% | - |
| XYZ | 22.93 | 28.58 | 44.86 | - |
| YUV | 135.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 175 | 0.54 | 0.11 | 0 | 0.31 | 192 | 0.37 | 0.5 |
| Hex | 50 | 9C | AF | 36 | B | 0 | 1F | C0 | 25 | 32 |
| Octal | 120 | 234 | 257 | 66 | 13 | 0 | 37 | 300 | 45 | 62 |
| Binary | 1010000 | 10011100 | 10101111 | 110110 | 1011 | 0 | 11111 | 11000000 | 100101 | 110010 |
Color Harmonies of #509CAF
Complementary color
Monochromatic Colors of #509CAF
Black with #509CAF
Text Example
Text Example
White with #509CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509CAF; }
p { color: rgb(80,156,175); }
H1.HeaderClassName
{
color: #509CAF;
}
.AnyTagClassName
{
color: #509CAF;
}
</style>
background-color css
<style>
a { background-color: #509CAF; }
a { background-color: rgb(80,156,175); }
div.DivClassName
{
background-color: #509CAF;
}
.BgClassName
{
background-color: #509CAF;
}
</style>
border-color css
<style>
span { border-color: #509CAF; }
span { border-color: rgb(80,156,175); }
td.TdClassName
{
border-color: #509CAF;
}
.TagClassName
{
border-color: #509CAF;
}
</style>