Shades of River Bed #59686A
Tints of River Bed #59686A
RGB
CMYK
RGB Variations
Color information
#59686A (or 0x59686A) is known color: River Bed. HEX triplet: 59, 68 and 6A. RGB value is (89,104,106). Sum of RGB (Red+Green+Blue) = 89+104+106=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 106 - color contains mainly: blue. Hex color #59686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59686A is #A69795. Grayscale: #636363. Windows color (decimal): -10917782 or 6973529. OLE color: 6973529.
HSL color Cylindrical-coordinate representation of color #59686A: hue angle of 187.06º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #59686A is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 104 | 106 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.58 |
| HSL | 187.06º | 0.09% | 0.38% | - |
| HSV(B) | 187.06º | 0.16% | 0.42% | - |
| XYZ | 11.67 | 13.07 | 15.54 | - |
| YUV | 99.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 106 | 0.16 | 0.02 | 0 | 0.58 | 187.06 | 0.09 | 0.38 |
| Hex | 59 | 68 | 6A | 10 | 2 | 0 | 3A | BB | 9 | 26 |
| Octal | 131 | 150 | 152 | 20 | 2 | 0 | 72 | 273 | 11 | 46 |
| Binary | 1011001 | 1101000 | 1101010 | 10000 | 10 | 0 | 111010 | 10111011 | 1001 | 100110 |
Color Harmonies of #59686A
Complementary color
Monochromatic Colors of #59686A
Black with #59686A
Text Example
Text Example
White with #59686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59686A; }
p { color: rgb(89,104,106); }
H1.HeaderClassName
{
color: #59686A;
}
.AnyTagClassName
{
color: #59686A;
}
</style>
background-color css
<style>
a { background-color: #59686A; }
a { background-color: rgb(89,104,106); }
div.DivClassName
{
background-color: #59686A;
}
.BgClassName
{
background-color: #59686A;
}
</style>
border-color css
<style>
span { border-color: #59686A; }
span { border-color: rgb(89,104,106); }
td.TdClassName
{
border-color: #59686A;
}
.TagClassName
{
border-color: #59686A;
}
</style>