Shades of East Bay #505870
Tints of East Bay #505870
RGB
CMYK
RGB Variations
Color information
#505870 (or 0x505870) is known color: East Bay. HEX triplet: 50, 58 and 70. RGB value is (80,88,112). Sum of RGB (Red+Green+Blue) = 80+88+112=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #505870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505870 is #AFA78F. Grayscale: #585858. Windows color (decimal): -11511696 or 7362640. OLE color: 7362640.
HSL color Cylindrical-coordinate representation of color #505870: hue angle of 225º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505870 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 88 | 112 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.56 |
| HSL | 225º | 0.17% | 0.38% | - |
| HSV(B) | 225º | 0.29% | 0.44% | - |
| XYZ | 9.72 | 9.85 | 16.72 | - |
| YUV | 88.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 112 | 0.29 | 0.21 | 0 | 0.56 | 225 | 0.17 | 0.38 |
| Hex | 50 | 58 | 70 | 1D | 15 | 0 | 38 | E1 | 11 | 26 |
| Octal | 120 | 130 | 160 | 35 | 25 | 0 | 70 | 341 | 21 | 46 |
| Binary | 1010000 | 1011000 | 1110000 | 11101 | 10101 | 0 | 111000 | 11100001 | 10001 | 100110 |
Color Harmonies of #505870
Complementary color
Monochromatic Colors of #505870
Black with #505870
Text Example
Text Example
White with #505870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505870; }
p { color: rgb(80,88,112); }
H1.HeaderClassName
{
color: #505870;
}
.AnyTagClassName
{
color: #505870;
}
</style>
background-color css
<style>
a { background-color: #505870; }
a { background-color: rgb(80,88,112); }
div.DivClassName
{
background-color: #505870;
}
.BgClassName
{
background-color: #505870;
}
</style>
border-color css
<style>
span { border-color: #505870; }
span { border-color: rgb(80,88,112); }
td.TdClassName
{
border-color: #505870;
}
.TagClassName
{
border-color: #505870;
}
</style>