Shades of Rock #554D46
Tints of Rock #554D46
RGB
CMYK
RGB Variations
Color information
#554D46 (or 0x554D46) is known color: Rock. HEX triplet: 55, 4D and 46. RGB value is (85,77,70). Sum of RGB (Red+Green+Blue) = 85+77+70=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #554D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D46 is #AAB2B9. Grayscale: #4E4E4E. Windows color (decimal): -11186874 or 4607317. OLE color: 4607317.
HSL color Cylindrical-coordinate representation of color #554D46: hue angle of 28º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #554D46 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 70 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.67 |
| HSL | 28º | 0.1% | 0.3% | - |
| HSV(B) | 28º | 0.18% | 0.33% | - |
| XYZ | 7.51 | 7.68 | 6.88 | - |
| YUV | 78.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 70 | 0 | 0.09 | 0.18 | 0.67 | 28 | 0.1 | 0.3 |
| Hex | 55 | 4D | 46 | 0 | 9 | 12 | 43 | 1C | A | 1E |
| Octal | 125 | 115 | 106 | 0 | 11 | 22 | 103 | 34 | 12 | 36 |
| Binary | 1010101 | 1001101 | 1000110 | 0 | 1001 | 10010 | 1000011 | 11100 | 1010 | 11110 |
Color Harmonies of #554D46
Complementary color
Monochromatic Colors of #554D46
Black with #554D46
Text Example
Text Example
White with #554D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D46; }
p { color: rgb(85,77,70); }
H1.HeaderClassName
{
color: #554D46;
}
.AnyTagClassName
{
color: #554D46;
}
</style>
background-color css
<style>
a { background-color: #554D46; }
a { background-color: rgb(85,77,70); }
div.DivClassName
{
background-color: #554D46;
}
.BgClassName
{
background-color: #554D46;
}
</style>
border-color css
<style>
span { border-color: #554D46; }
span { border-color: rgb(85,77,70); }
td.TdClassName
{
border-color: #554D46;
}
.TagClassName
{
border-color: #554D46;
}
</style>