Shades of East Bay #50576B
Tints of East Bay #50576B
RGB
CMYK
RGB Variations
Color information
#50576B (or 0x50576B) is known color: East Bay. HEX triplet: 50, 57 and 6B. RGB value is (80,87,107). Sum of RGB (Red+Green+Blue) = 80+87+107=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #50576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50576B is #AFA894. Grayscale: #575757. Windows color (decimal): -11511957 or 7034704. OLE color: 7034704.
HSL color Cylindrical-coordinate representation of color #50576B: hue angle of 224.44º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50576B is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 87 | 107 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.58 |
| HSL | 224.44º | 0.14% | 0.37% | - |
| HSV(B) | 224.44º | 0.25% | 0.42% | - |
| XYZ | 9.37 | 9.58 | 15.27 | - |
| YUV | 87.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 107 | 0.25 | 0.19 | 0 | 0.58 | 224.44 | 0.14 | 0.37 |
| Hex | 50 | 57 | 6B | 19 | 13 | 0 | 3A | E0 | E | 25 |
| Octal | 120 | 127 | 153 | 31 | 23 | 0 | 72 | 340 | 16 | 45 |
| Binary | 1010000 | 1010111 | 1101011 | 11001 | 10011 | 0 | 111010 | 11100000 | 1110 | 100101 |
Color Harmonies of #50576B
Complementary color
Monochromatic Colors of #50576B
Black with #50576B
Text Example
Text Example
White with #50576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50576B; }
p { color: rgb(80,87,107); }
H1.HeaderClassName
{
color: #50576B;
}
.AnyTagClassName
{
color: #50576B;
}
</style>
background-color css
<style>
a { background-color: #50576B; }
a { background-color: rgb(80,87,107); }
div.DivClassName
{
background-color: #50576B;
}
.BgClassName
{
background-color: #50576B;
}
</style>
border-color css
<style>
span { border-color: #50576B; }
span { border-color: rgb(80,87,107); }
td.TdClassName
{
border-color: #50576B;
}
.TagClassName
{
border-color: #50576B;
}
</style>