Shades of East Bay #50566D
Tints of East Bay #50566D
RGB
CMYK
RGB Variations
Color information
#50566D (or 0x50566D) is known color: East Bay. HEX triplet: 50, 56 and 6D. RGB value is (80,86,109). Sum of RGB (Red+Green+Blue) = 80+86+109=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #50566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50566D is #AFA992. Grayscale: #565656. Windows color (decimal): -11512211 or 7165520. OLE color: 7165520.
HSL color Cylindrical-coordinate representation of color #50566D: hue angle of 227.59º degrees, saturation: 0.15, 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 #50566D is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 86 | 109 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.57 |
| HSL | 227.59º | 0.15% | 0.37% | - |
| HSV(B) | 227.59º | 0.27% | 0.43% | - |
| XYZ | 9.4 | 9.47 | 15.8 | - |
| YUV | 86.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 86 | 109 | 0.27 | 0.21 | 0 | 0.57 | 227.59 | 0.15 | 0.37 |
| Hex | 50 | 56 | 6D | 1B | 15 | 0 | 39 | E4 | F | 25 |
| Octal | 120 | 126 | 155 | 33 | 25 | 0 | 71 | 344 | 17 | 45 |
| Binary | 1010000 | 1010110 | 1101101 | 11011 | 10101 | 0 | 111001 | 11100100 | 1111 | 100101 |
Color Harmonies of #50566D
Complementary color
Monochromatic Colors of #50566D
Black with #50566D
Text Example
Text Example
White with #50566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50566D; }
p { color: rgb(80,86,109); }
H1.HeaderClassName
{
color: #50566D;
}
.AnyTagClassName
{
color: #50566D;
}
</style>
background-color css
<style>
a { background-color: #50566D; }
a { background-color: rgb(80,86,109); }
div.DivClassName
{
background-color: #50566D;
}
.BgClassName
{
background-color: #50566D;
}
</style>
border-color css
<style>
span { border-color: #50566D; }
span { border-color: rgb(80,86,109); }
td.TdClassName
{
border-color: #50566D;
}
.TagClassName
{
border-color: #50566D;
}
</style>