Shades of Boston Blue #5094B3
Tints of Boston Blue #5094B3
RGB
CMYK
RGB Variations
Color information
#5094B3 (or 0x5094B3) is known color: Boston Blue. HEX triplet: 50, 94 and B3. RGB value is (80,148,179). Sum of RGB (Red+Green+Blue) = 80+148+179=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #5094B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5094B3 is #AF6B4C. Grayscale: #838383. Windows color (decimal): -11496269 or 11768912. OLE color: 11768912.
HSL color Cylindrical-coordinate representation of color #5094B3: hue angle of 198.79º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5094B3 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 148 | 179 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.30 |
| HSL | 198.79º | 0.39% | 0.51% | - |
| HSV(B) | 198.79º | 0.55% | 0.7% | - |
| XYZ | 22.03 | 26.14 | 46.53 | - |
| YUV | 131.2 | 154.97 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 148 | 179 | 0.55 | 0.17 | 0 | 0.30 | 198.79 | 0.39 | 0.51 |
| Hex | 50 | 94 | B3 | 37 | 11 | 0 | 1E | C7 | 27 | 33 |
| Octal | 120 | 224 | 263 | 67 | 21 | 0 | 36 | 307 | 47 | 63 |
| Binary | 1010000 | 10010100 | 10110011 | 110111 | 10001 | 0 | 11110 | 11000111 | 100111 | 110011 |
Color Harmonies of #5094B3
Complementary color
Monochromatic Colors of #5094B3
Black with #5094B3
Text Example
Text Example
White with #5094B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5094B3; }
p { color: rgb(80,148,179); }
H1.HeaderClassName
{
color: #5094B3;
}
.AnyTagClassName
{
color: #5094B3;
}
</style>
background-color css
<style>
a { background-color: #5094B3; }
a { background-color: rgb(80,148,179); }
div.DivClassName
{
background-color: #5094B3;
}
.BgClassName
{
background-color: #5094B3;
}
</style>
border-color css
<style>
span { border-color: #5094B3; }
span { border-color: rgb(80,148,179); }
td.TdClassName
{
border-color: #5094B3;
}
.TagClassName
{
border-color: #5094B3;
}
</style>