Shades of River Bed #585F60
Tints of River Bed #585F60
RGB
CMYK
RGB Variations
Color information
#585F60 (or 0x585F60) is known color: River Bed. HEX triplet: 58, 5F and 60. RGB value is (88,95,96). Sum of RGB (Red+Green+Blue) = 88+95+96=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 96 - color contains mainly: blue. Hex color #585F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F60 is #A7A09F. Grayscale: #5D5D5D. Windows color (decimal): -10985632 or 6315864. OLE color: 6315864.
HSL color Cylindrical-coordinate representation of color #585F60: hue angle of 187.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #585F60 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 95 | 96 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.62 |
| HSL | 187.5º | 0.04% | 0.36% | - |
| HSV(B) | 187.5º | 0.08% | 0.38% | - |
| XYZ | 10.23 | 11.1 | 12.67 | - |
| YUV | 93.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 96 | 0.08 | 0.01 | 0 | 0.62 | 187.5 | 0.04 | 0.36 |
| Hex | 58 | 5F | 60 | 8 | 1 | 0 | 3E | BC | 4 | 24 |
| Octal | 130 | 137 | 140 | 10 | 1 | 0 | 76 | 274 | 4 | 44 |
| Binary | 1011000 | 1011111 | 1100000 | 1000 | 1 | 0 | 111110 | 10111100 | 100 | 100100 |
Color Harmonies of #585F60
Complementary color
Monochromatic Colors of #585F60
Black with #585F60
Text Example
Text Example
White with #585F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F60; }
p { color: rgb(88,95,96); }
H1.HeaderClassName
{
color: #585F60;
}
.AnyTagClassName
{
color: #585F60;
}
</style>
background-color css
<style>
a { background-color: #585F60; }
a { background-color: rgb(88,95,96); }
div.DivClassName
{
background-color: #585F60;
}
.BgClassName
{
background-color: #585F60;
}
</style>
border-color css
<style>
span { border-color: #585F60; }
span { border-color: rgb(88,95,96); }
td.TdClassName
{
border-color: #585F60;
}
.TagClassName
{
border-color: #585F60;
}
</style>