Shades of River Bed #596163
Tints of River Bed #596163
RGB
CMYK
RGB Variations
Color information
#596163 (or 0x596163) is known color: River Bed. HEX triplet: 59, 61 and 63. RGB value is (89,97,99). Sum of RGB (Red+Green+Blue) = 89+97+99=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 97 (38.28% from 255 or 34.04% 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 #596163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596163 is #A69E9C. Grayscale: #5E5E5E. Windows color (decimal): -10919581 or 6512985. OLE color: 6512985.
HSL color Cylindrical-coordinate representation of color #596163: hue angle of 192º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #596163 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 97 | 99 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.61 |
| HSL | 192º | 0.05% | 0.37% | - |
| HSV(B) | 192º | 0.1% | 0.39% | - |
| XYZ | 10.65 | 11.57 | 13.48 | - |
| YUV | 94.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 99 | 0.10 | 0.02 | 0 | 0.61 | 192 | 0.05 | 0.37 |
| Hex | 59 | 61 | 63 | A | 2 | 0 | 3D | C0 | 5 | 25 |
| Octal | 131 | 141 | 143 | 12 | 2 | 0 | 75 | 300 | 5 | 45 |
| Binary | 1011001 | 1100001 | 1100011 | 1010 | 10 | 0 | 111101 | 11000000 | 101 | 100101 |
Color Harmonies of #596163
Complementary color
Monochromatic Colors of #596163
Black with #596163
Text Example
Text Example
White with #596163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596163; }
p { color: rgb(89,97,99); }
H1.HeaderClassName
{
color: #596163;
}
.AnyTagClassName
{
color: #596163;
}
</style>
background-color css
<style>
a { background-color: #596163; }
a { background-color: rgb(89,97,99); }
div.DivClassName
{
background-color: #596163;
}
.BgClassName
{
background-color: #596163;
}
</style>
border-color css
<style>
span { border-color: #596163; }
span { border-color: rgb(89,97,99); }
td.TdClassName
{
border-color: #596163;
}
.TagClassName
{
border-color: #596163;
}
</style>