Shades of River Bed #586263
Tints of River Bed #586263
RGB
CMYK
RGB Variations
Color information
#586263 (or 0x586263) is known color: River Bed. HEX triplet: 58, 62 and 63. RGB value is (88,98,99). Sum of RGB (Red+Green+Blue) = 88+98+99=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 99 - color contains mainly: blue. Hex color #586263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586263 is #A79D9C. Grayscale: #5F5F5F. Windows color (decimal): -10984861 or 6513240. OLE color: 6513240.
HSL color Cylindrical-coordinate representation of color #586263: hue angle of 185.45º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #586263 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 98 | 99 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.61 |
| HSL | 185.45º | 0.06% | 0.37% | - |
| HSV(B) | 185.45º | 0.11% | 0.39% | - |
| XYZ | 10.64 | 11.71 | 13.5 | - |
| YUV | 95.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 99 | 0.11 | 0.01 | 0 | 0.61 | 185.45 | 0.06 | 0.37 |
| Hex | 58 | 62 | 63 | B | 1 | 0 | 3D | B9 | 6 | 25 |
| Octal | 130 | 142 | 143 | 13 | 1 | 0 | 75 | 271 | 6 | 45 |
| Binary | 1011000 | 1100010 | 1100011 | 1011 | 1 | 0 | 111101 | 10111001 | 110 | 100101 |
Color Harmonies of #586263
Complementary color
Monochromatic Colors of #586263
Black with #586263
Text Example
Text Example
White with #586263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586263; }
p { color: rgb(88,98,99); }
H1.HeaderClassName
{
color: #586263;
}
.AnyTagClassName
{
color: #586263;
}
</style>
background-color css
<style>
a { background-color: #586263; }
a { background-color: rgb(88,98,99); }
div.DivClassName
{
background-color: #586263;
}
.BgClassName
{
background-color: #586263;
}
</style>
border-color css
<style>
span { border-color: #586263; }
span { border-color: rgb(88,98,99); }
td.TdClassName
{
border-color: #586263;
}
.TagClassName
{
border-color: #586263;
}
</style>