Shades of East Bay #50546E
Tints of East Bay #50546E
RGB
CMYK
RGB Variations
Color information
#50546E (or 0x50546E) is known color: East Bay. HEX triplet: 50, 54 and 6E. RGB value is (80,84,110). Sum of RGB (Red+Green+Blue) = 80+84+110=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #50546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50546E is #AFAB91. Grayscale: #555555. Windows color (decimal): -11512722 or 7230544. OLE color: 7230544.
HSL color Cylindrical-coordinate representation of color #50546E: hue angle of 232º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50546E is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 84 | 110 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.57 |
| HSL | 232º | 0.16% | 0.37% | - |
| HSV(B) | 232º | 0.27% | 0.43% | - |
| XYZ | 9.29 | 9.17 | 16.03 | - |
| YUV | 85.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 110 | 0.27 | 0.24 | 0 | 0.57 | 232 | 0.16 | 0.37 |
| Hex | 50 | 54 | 6E | 1B | 18 | 0 | 39 | E8 | 10 | 25 |
| Octal | 120 | 124 | 156 | 33 | 30 | 0 | 71 | 350 | 20 | 45 |
| Binary | 1010000 | 1010100 | 1101110 | 11011 | 11000 | 0 | 111001 | 11101000 | 10000 | 100101 |
Color Harmonies of #50546E
Complementary color
Monochromatic Colors of #50546E
Black with #50546E
Text Example
Text Example
White with #50546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50546E; }
p { color: rgb(80,84,110); }
H1.HeaderClassName
{
color: #50546E;
}
.AnyTagClassName
{
color: #50546E;
}
</style>
background-color css
<style>
a { background-color: #50546E; }
a { background-color: rgb(80,84,110); }
div.DivClassName
{
background-color: #50546E;
}
.BgClassName
{
background-color: #50546E;
}
</style>
border-color css
<style>
span { border-color: #50546E; }
span { border-color: rgb(80,84,110); }
td.TdClassName
{
border-color: #50546E;
}
.TagClassName
{
border-color: #50546E;
}
</style>