Shades of River Bed #586363
Tints of River Bed #586363
RGB
CMYK
RGB Variations
Color information
#586363 (or 0x586363) is known color: River Bed. HEX triplet: 58, 63 and 63. RGB value is (88,99,99). Sum of RGB (Red+Green+Blue) = 88+99+99=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #586363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586363 is #A79C9C. Grayscale: #5F5F5F. Windows color (decimal): -10984605 or 6513496. OLE color: 6513496.
HSL color Cylindrical-coordinate representation of color #586363: hue angle of 180º 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 #586363 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 99 | 99 | - |
| CMYK | 0.11 | 0 | 0 | 0.61 |
| HSL | 180º | 0.06% | 0.37% | - |
| HSV(B) | 180º | 0.11% | 0.39% | - |
| XYZ | 10.74 | 11.9 | 13.54 | - |
| YUV | 95.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 99 | 0.11 | 0 | 0 | 0.61 | 180 | 0.06 | 0.37 |
| Hex | 58 | 63 | 63 | B | 0 | 0 | 3D | B4 | 6 | 25 |
| Octal | 130 | 143 | 143 | 13 | 0 | 0 | 75 | 264 | 6 | 45 |
| Binary | 1011000 | 1100011 | 1100011 | 1011 | 0 | 0 | 111101 | 10110100 | 110 | 100101 |
Color Harmonies of #586363
Complementary color
Monochromatic Colors of #586363
Black with #586363
Text Example
Text Example
White with #586363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586363; }
p { color: rgb(88,99,99); }
H1.HeaderClassName
{
color: #586363;
}
.AnyTagClassName
{
color: #586363;
}
</style>
background-color css
<style>
a { background-color: #586363; }
a { background-color: rgb(88,99,99); }
div.DivClassName
{
background-color: #586363;
}
.BgClassName
{
background-color: #586363;
}
</style>
border-color css
<style>
span { border-color: #586363; }
span { border-color: rgb(88,99,99); }
td.TdClassName
{
border-color: #586363;
}
.TagClassName
{
border-color: #586363;
}
</style>