Shades of East Bay #50546C
Tints of East Bay #50546C
RGB
CMYK
RGB Variations
Color information
#50546C (or 0x50546C) is known color: East Bay. HEX triplet: 50, 54 and 6C. RGB value is (80,84,108). Sum of RGB (Red+Green+Blue) = 80+84+108=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #50546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50546C is #AFAB93. Grayscale: #555555. Windows color (decimal): -11512724 or 7099472. OLE color: 7099472.
HSL color Cylindrical-coordinate representation of color #50546C: hue angle of 231.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50546C is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 84 | 108 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.58 |
| HSL | 231.43º | 0.15% | 0.37% | - |
| HSV(B) | 231.43º | 0.26% | 0.42% | - |
| XYZ | 9.19 | 9.13 | 15.47 | - |
| YUV | 85.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 108 | 0.26 | 0.22 | 0 | 0.58 | 231.43 | 0.15 | 0.37 |
| Hex | 50 | 54 | 6C | 1A | 16 | 0 | 3A | E7 | F | 25 |
| Octal | 120 | 124 | 154 | 32 | 26 | 0 | 72 | 347 | 17 | 45 |
| Binary | 1010000 | 1010100 | 1101100 | 11010 | 10110 | 0 | 111010 | 11100111 | 1111 | 100101 |
Color Harmonies of #50546C
Complementary color
Monochromatic Colors of #50546C
Black with #50546C
Text Example
Text Example
White with #50546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50546C; }
p { color: rgb(80,84,108); }
H1.HeaderClassName
{
color: #50546C;
}
.AnyTagClassName
{
color: #50546C;
}
</style>
background-color css
<style>
a { background-color: #50546C; }
a { background-color: rgb(80,84,108); }
div.DivClassName
{
background-color: #50546C;
}
.BgClassName
{
background-color: #50546C;
}
</style>
border-color css
<style>
span { border-color: #50546C; }
span { border-color: rgb(80,84,108); }
td.TdClassName
{
border-color: #50546C;
}
.TagClassName
{
border-color: #50546C;
}
</style>