Shades of Boston Blue #5093AA
Tints of Boston Blue #5093AA
RGB
CMYK
RGB Variations
Color information
#5093AA (or 0x5093AA) is known color: Boston Blue. HEX triplet: 50, 93 and AA. RGB value is (80,147,170). Sum of RGB (Red+Green+Blue) = 80+147+170=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #5093AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5093AA is #AF6C55. Grayscale: #818181. Windows color (decimal): -11496534 or 11178832. OLE color: 11178832.
HSL color Cylindrical-coordinate representation of color #5093AA: hue angle of 195.33º 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 #5093AA is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 147 | 170 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.33 |
| HSL | 195.33º | 0.36% | 0.49% | - |
| HSV(B) | 195.33º | 0.53% | 0.67% | - |
| XYZ | 21 | 25.48 | 41.84 | - |
| YUV | 129.59 | 150.8 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 170 | 0.53 | 0.14 | 0 | 0.33 | 195.33 | 0.36 | 0.49 |
| Hex | 50 | 93 | AA | 35 | E | 0 | 21 | C3 | 24 | 31 |
| Octal | 120 | 223 | 252 | 65 | 16 | 0 | 41 | 303 | 44 | 61 |
| Binary | 1010000 | 10010011 | 10101010 | 110101 | 1110 | 0 | 100001 | 11000011 | 100100 | 110001 |
Color Harmonies of #5093AA
Complementary color
Monochromatic Colors of #5093AA
Black with #5093AA
Text Example
Text Example
White with #5093AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5093AA; }
p { color: rgb(80,147,170); }
H1.HeaderClassName
{
color: #5093AA;
}
.AnyTagClassName
{
color: #5093AA;
}
</style>
background-color css
<style>
a { background-color: #5093AA; }
a { background-color: rgb(80,147,170); }
div.DivClassName
{
background-color: #5093AA;
}
.BgClassName
{
background-color: #5093AA;
}
</style>
border-color css
<style>
span { border-color: #5093AA; }
span { border-color: rgb(80,147,170); }
td.TdClassName
{
border-color: #5093AA;
}
.TagClassName
{
border-color: #5093AA;
}
</style>