Shades of Rock #594F46
Tints of Rock #594F46
RGB
CMYK
RGB Variations
Color information
#594F46 (or 0x594F46) is known color: Rock. HEX triplet: 59, 4F and 46. RGB value is (89,79,70). Sum of RGB (Red+Green+Blue) = 89+79+70=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #594F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F46 is #A6B0B9. Grayscale: #515151. Windows color (decimal): -10924218 or 4607833. OLE color: 4607833.
HSL color Cylindrical-coordinate representation of color #594F46: hue angle of 28.42º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #594F46 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 79 | 70 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.65 |
| HSL | 28.42º | 0.12% | 0.31% | - |
| HSV(B) | 28.42º | 0.21% | 0.35% | - |
| XYZ | 8.02 | 8.16 | 6.95 | - |
| YUV | 80.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 70 | 0 | 0.11 | 0.21 | 0.65 | 28.42 | 0.12 | 0.31 |
| Hex | 59 | 4F | 46 | 0 | B | 15 | 41 | 1C | C | 1F |
| Octal | 131 | 117 | 106 | 0 | 13 | 25 | 101 | 34 | 14 | 37 |
| Binary | 1011001 | 1001111 | 1000110 | 0 | 1011 | 10101 | 1000001 | 11100 | 1100 | 11111 |
Color Harmonies of #594F46
Complementary color
Monochromatic Colors of #594F46
Black with #594F46
Text Example
Text Example
White with #594F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F46; }
p { color: rgb(89,79,70); }
H1.HeaderClassName
{
color: #594F46;
}
.AnyTagClassName
{
color: #594F46;
}
</style>
background-color css
<style>
a { background-color: #594F46; }
a { background-color: rgb(89,79,70); }
div.DivClassName
{
background-color: #594F46;
}
.BgClassName
{
background-color: #594F46;
}
</style>
border-color css
<style>
span { border-color: #594F46; }
span { border-color: rgb(89,79,70); }
td.TdClassName
{
border-color: #594F46;
}
.TagClassName
{
border-color: #594F46;
}
</style>