Shades of Rock #584F47
Tints of Rock #584F47
RGB
CMYK
RGB Variations
Color information
#584F47 (or 0x584F47) is known color: Rock. HEX triplet: 58, 4F and 47. RGB value is (88,79,71). Sum of RGB (Red+Green+Blue) = 88+79+71=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #584F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F47 is #A7B0B8. Grayscale: #505050. Windows color (decimal): -10989753 or 4673368. OLE color: 4673368.
HSL color Cylindrical-coordinate representation of color #584F47: hue angle of 28.24º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #584F47 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 79 | 71 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.65 |
| HSL | 28.24º | 0.11% | 0.31% | - |
| HSV(B) | 28.24º | 0.19% | 0.35% | - |
| XYZ | 7.96 | 8.12 | 7.11 | - |
| YUV | 80.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 71 | 0 | 0.10 | 0.19 | 0.65 | 28.24 | 0.11 | 0.31 |
| Hex | 58 | 4F | 47 | 0 | A | 13 | 41 | 1C | B | 1F |
| Octal | 130 | 117 | 107 | 0 | 12 | 23 | 101 | 34 | 13 | 37 |
| Binary | 1011000 | 1001111 | 1000111 | 0 | 1010 | 10011 | 1000001 | 11100 | 1011 | 11111 |
Color Harmonies of #584F47
Complementary color
Monochromatic Colors of #584F47
Black with #584F47
Text Example
Text Example
White with #584F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F47; }
p { color: rgb(88,79,71); }
H1.HeaderClassName
{
color: #584F47;
}
.AnyTagClassName
{
color: #584F47;
}
</style>
background-color css
<style>
a { background-color: #584F47; }
a { background-color: rgb(88,79,71); }
div.DivClassName
{
background-color: #584F47;
}
.BgClassName
{
background-color: #584F47;
}
</style>
border-color css
<style>
span { border-color: #584F47; }
span { border-color: rgb(88,79,71); }
td.TdClassName
{
border-color: #584F47;
}
.TagClassName
{
border-color: #584F47;
}
</style>