Shades of River Bed #596768
Tints of River Bed #596768
RGB
CMYK
RGB Variations
Color information
#596768 (or 0x596768) is known color: River Bed. HEX triplet: 59, 67 and 68. RGB value is (89,103,104). Sum of RGB (Red+Green+Blue) = 89+103+104=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 104 - color contains mainly: blue. Hex color #596768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596768 is #A69897. Grayscale: #626262. Windows color (decimal): -10918040 or 6842201. OLE color: 6842201.
HSL color Cylindrical-coordinate representation of color #596768: hue angle of 184º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #596768 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 103 | 104 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.59 |
| HSL | 184º | 0.08% | 0.38% | - |
| HSV(B) | 184º | 0.14% | 0.41% | - |
| XYZ | 11.47 | 12.82 | 14.97 | - |
| YUV | 98.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 104 | 0.14 | 0.01 | 0 | 0.59 | 184 | 0.08 | 0.38 |
| Hex | 59 | 67 | 68 | E | 1 | 0 | 3B | B8 | 8 | 26 |
| Octal | 131 | 147 | 150 | 16 | 1 | 0 | 73 | 270 | 10 | 46 |
| Binary | 1011001 | 1100111 | 1101000 | 1110 | 1 | 0 | 111011 | 10111000 | 1000 | 100110 |
Color Harmonies of #596768
Complementary color
Monochromatic Colors of #596768
Black with #596768
Text Example
Text Example
White with #596768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596768; }
p { color: rgb(89,103,104); }
H1.HeaderClassName
{
color: #596768;
}
.AnyTagClassName
{
color: #596768;
}
</style>
background-color css
<style>
a { background-color: #596768; }
a { background-color: rgb(89,103,104); }
div.DivClassName
{
background-color: #596768;
}
.BgClassName
{
background-color: #596768;
}
</style>
border-color css
<style>
span { border-color: #596768; }
span { border-color: rgb(89,103,104); }
td.TdClassName
{
border-color: #596768;
}
.TagClassName
{
border-color: #596768;
}
</style>