Shades of Boston Blue #5093AC
Tints of Boston Blue #5093AC
RGB
CMYK
RGB Variations
Color information
#5093AC (or 0x5093AC) is known color: Boston Blue. HEX triplet: 50, 93 and AC. RGB value is (80,147,172). Sum of RGB (Red+Green+Blue) = 80+147+172=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #5093AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5093AC is #AF6C53. Grayscale: #818181. Windows color (decimal): -11496532 or 11309904. OLE color: 11309904.
HSL color Cylindrical-coordinate representation of color #5093AC: hue angle of 196.3º 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 #5093AC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 147 | 172 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.33 |
| HSL | 196.3º | 0.37% | 0.49% | - |
| HSV(B) | 196.3º | 0.53% | 0.67% | - |
| XYZ | 21.19 | 25.55 | 42.84 | - |
| YUV | 129.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 172 | 0.53 | 0.15 | 0 | 0.33 | 196.3 | 0.37 | 0.49 |
| Hex | 50 | 93 | AC | 35 | F | 0 | 21 | C4 | 25 | 31 |
| Octal | 120 | 223 | 254 | 65 | 17 | 0 | 41 | 304 | 45 | 61 |
| Binary | 1010000 | 10010011 | 10101100 | 110101 | 1111 | 0 | 100001 | 11000100 | 100101 | 110001 |
Color Harmonies of #5093AC
Complementary color
Monochromatic Colors of #5093AC
Black with #5093AC
Text Example
Text Example
White with #5093AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5093AC; }
p { color: rgb(80,147,172); }
H1.HeaderClassName
{
color: #5093AC;
}
.AnyTagClassName
{
color: #5093AC;
}
</style>
background-color css
<style>
a { background-color: #5093AC; }
a { background-color: rgb(80,147,172); }
div.DivClassName
{
background-color: #5093AC;
}
.BgClassName
{
background-color: #5093AC;
}
</style>
border-color css
<style>
span { border-color: #5093AC; }
span { border-color: rgb(80,147,172); }
td.TdClassName
{
border-color: #5093AC;
}
.TagClassName
{
border-color: #5093AC;
}
</style>