Shades of East Bay #585D70
Tints of East Bay #585D70
RGB
CMYK
RGB Variations
Color information
#585D70 (or 0x585D70) is known color: East Bay. HEX triplet: 58, 5D and 70. RGB value is (88,93,112). Sum of RGB (Red+Green+Blue) = 88+93+112=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #585D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D70 is #A7A28F. Grayscale: #5D5D5D. Windows color (decimal): -10986128 or 7363928. OLE color: 7363928.
HSL color Cylindrical-coordinate representation of color #585D70: hue angle of 227.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #585D70 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 93 | 112 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.56 |
| HSL | 227.5º | 0.12% | 0.39% | - |
| HSV(B) | 227.5º | 0.21% | 0.44% | - |
| XYZ | 10.86 | 11.07 | 16.89 | - |
| YUV | 93.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 112 | 0.21 | 0.17 | 0 | 0.56 | 227.5 | 0.12 | 0.39 |
| Hex | 58 | 5D | 70 | 15 | 11 | 0 | 38 | E4 | C | 27 |
| Octal | 130 | 135 | 160 | 25 | 21 | 0 | 70 | 344 | 14 | 47 |
| Binary | 1011000 | 1011101 | 1110000 | 10101 | 10001 | 0 | 111000 | 11100100 | 1100 | 100111 |
Color Harmonies of #585D70
Complementary color
Monochromatic Colors of #585D70
Black with #585D70
Text Example
Text Example
White with #585D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D70; }
p { color: rgb(88,93,112); }
H1.HeaderClassName
{
color: #585D70;
}
.AnyTagClassName
{
color: #585D70;
}
</style>
background-color css
<style>
a { background-color: #585D70; }
a { background-color: rgb(88,93,112); }
div.DivClassName
{
background-color: #585D70;
}
.BgClassName
{
background-color: #585D70;
}
</style>
border-color css
<style>
span { border-color: #585D70; }
span { border-color: rgb(88,93,112); }
td.TdClassName
{
border-color: #585D70;
}
.TagClassName
{
border-color: #585D70;
}
</style>