Shades of East Bay #50596A
Tints of East Bay #50596A
RGB
CMYK
RGB Variations
Color information
#50596A (or 0x50596A) is known color: East Bay. HEX triplet: 50, 59 and 6A. RGB value is (80,89,106). Sum of RGB (Red+Green+Blue) = 80+89+106=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #50596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50596A is #AFA695. Grayscale: #585858. Windows color (decimal): -11511446 or 6969680. OLE color: 6969680.
HSL color Cylindrical-coordinate representation of color #50596A: hue angle of 219.23º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50596A is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 89 | 106 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.58 |
| HSL | 219.23º | 0.14% | 0.36% | - |
| HSV(B) | 219.23º | 0.25% | 0.42% | - |
| XYZ | 9.48 | 9.89 | 15.05 | - |
| YUV | 88.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 106 | 0.25 | 0.16 | 0 | 0.58 | 219.23 | 0.14 | 0.36 |
| Hex | 50 | 59 | 6A | 19 | 10 | 0 | 3A | DB | E | 24 |
| Octal | 120 | 131 | 152 | 31 | 20 | 0 | 72 | 333 | 16 | 44 |
| Binary | 1010000 | 1011001 | 1101010 | 11001 | 10000 | 0 | 111010 | 11011011 | 1110 | 100100 |
Color Harmonies of #50596A
Complementary color
Monochromatic Colors of #50596A
Black with #50596A
Text Example
Text Example
White with #50596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50596A; }
p { color: rgb(80,89,106); }
H1.HeaderClassName
{
color: #50596A;
}
.AnyTagClassName
{
color: #50596A;
}
</style>
background-color css
<style>
a { background-color: #50596A; }
a { background-color: rgb(80,89,106); }
div.DivClassName
{
background-color: #50596A;
}
.BgClassName
{
background-color: #50596A;
}
</style>
border-color css
<style>
span { border-color: #50596A; }
span { border-color: rgb(80,89,106); }
td.TdClassName
{
border-color: #50596A;
}
.TagClassName
{
border-color: #50596A;
}
</style>