Shades of East Bay #50586D
Tints of East Bay #50586D
RGB
CMYK
RGB Variations
Color information
#50586D (or 0x50586D) is known color: East Bay. HEX triplet: 50, 58 and 6D. RGB value is (80,88,109). Sum of RGB (Red+Green+Blue) = 80+88+109=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 109 - color contains mainly: blue. Hex color #50586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50586D is #AFA792. Grayscale: #575757. Windows color (decimal): -11511699 or 7166032. OLE color: 7166032.
HSL color Cylindrical-coordinate representation of color #50586D: hue angle of 223.45º 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 #50586D is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 88 | 109 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.57 |
| HSL | 223.45º | 0.15% | 0.37% | - |
| HSV(B) | 223.45º | 0.27% | 0.43% | - |
| XYZ | 9.56 | 9.79 | 15.85 | - |
| YUV | 88 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 109 | 0.27 | 0.19 | 0 | 0.57 | 223.45 | 0.15 | 0.37 |
| Hex | 50 | 58 | 6D | 1B | 13 | 0 | 39 | DF | F | 25 |
| Octal | 120 | 130 | 155 | 33 | 23 | 0 | 71 | 337 | 17 | 45 |
| Binary | 1010000 | 1011000 | 1101101 | 11011 | 10011 | 0 | 111001 | 11011111 | 1111 | 100101 |
Color Harmonies of #50586D
Complementary color
Monochromatic Colors of #50586D
Black with #50586D
Text Example
Text Example
White with #50586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50586D; }
p { color: rgb(80,88,109); }
H1.HeaderClassName
{
color: #50586D;
}
.AnyTagClassName
{
color: #50586D;
}
</style>
background-color css
<style>
a { background-color: #50586D; }
a { background-color: rgb(80,88,109); }
div.DivClassName
{
background-color: #50586D;
}
.BgClassName
{
background-color: #50586D;
}
</style>
border-color css
<style>
span { border-color: #50586D; }
span { border-color: rgb(80,88,109); }
td.TdClassName
{
border-color: #50586D;
}
.TagClassName
{
border-color: #50586D;
}
</style>