Shades of River Bed #595F61
Tints of River Bed #595F61
RGB
CMYK
RGB Variations
Color information
#595F61 (or 0x595F61) is known color: River Bed. HEX triplet: 59, 5F and 61. RGB value is (89,95,97). Sum of RGB (Red+Green+Blue) = 89+95+97=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 97 - color contains mainly: blue. Hex color #595F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F61 is #A6A09E. Grayscale: #5D5D5D. Windows color (decimal): -10920095 or 6381401. OLE color: 6381401.
HSL color Cylindrical-coordinate representation of color #595F61: hue angle of 195º 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 #595F61 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 95 | 97 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.62 |
| HSL | 195º | 0.04% | 0.36% | - |
| HSV(B) | 195º | 0.08% | 0.38% | - |
| XYZ | 10.37 | 11.17 | 12.92 | - |
| YUV | 93.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 97 | 0.08 | 0.02 | 0 | 0.62 | 195 | 0.04 | 0.36 |
| Hex | 59 | 5F | 61 | 8 | 2 | 0 | 3E | C3 | 4 | 24 |
| Octal | 131 | 137 | 141 | 10 | 2 | 0 | 76 | 303 | 4 | 44 |
| Binary | 1011001 | 1011111 | 1100001 | 1000 | 10 | 0 | 111110 | 11000011 | 100 | 100100 |
Color Harmonies of #595F61
Complementary color
Monochromatic Colors of #595F61
Black with #595F61
Text Example
Text Example
White with #595F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F61; }
p { color: rgb(89,95,97); }
H1.HeaderClassName
{
color: #595F61;
}
.AnyTagClassName
{
color: #595F61;
}
</style>
background-color css
<style>
a { background-color: #595F61; }
a { background-color: rgb(89,95,97); }
div.DivClassName
{
background-color: #595F61;
}
.BgClassName
{
background-color: #595F61;
}
</style>
border-color css
<style>
span { border-color: #595F61; }
span { border-color: rgb(89,95,97); }
td.TdClassName
{
border-color: #595F61;
}
.TagClassName
{
border-color: #595F61;
}
</style>