Shades of Rock #554D45
Tints of Rock #554D45
RGB
CMYK
RGB Variations
Color information
#554D45 (or 0x554D45) is known color: Rock. HEX triplet: 55, 4D and 45. RGB value is (85,77,69). Sum of RGB (Red+Green+Blue) = 85+77+69=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #554D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D45 is #AAB2BA. Grayscale: #4E4E4E. Windows color (decimal): -11186875 or 4541781. OLE color: 4541781.
HSL color Cylindrical-coordinate representation of color #554D45: hue angle of 30º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554D45 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 69 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.67 |
| HSL | 30º | 0.1% | 0.3% | - |
| HSV(B) | 30º | 0.19% | 0.33% | - |
| XYZ | 7.47 | 7.67 | 6.72 | - |
| YUV | 78.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 69 | 0 | 0.09 | 0.19 | 0.67 | 30 | 0.1 | 0.3 |
| Hex | 55 | 4D | 45 | 0 | 9 | 13 | 43 | 1E | A | 1E |
| Octal | 125 | 115 | 105 | 0 | 11 | 23 | 103 | 36 | 12 | 36 |
| Binary | 1010101 | 1001101 | 1000101 | 0 | 1001 | 10011 | 1000011 | 11110 | 1010 | 11110 |
Color Harmonies of #554D45
Complementary color
Monochromatic Colors of #554D45
Black with #554D45
Text Example
Text Example
White with #554D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D45; }
p { color: rgb(85,77,69); }
H1.HeaderClassName
{
color: #554D45;
}
.AnyTagClassName
{
color: #554D45;
}
</style>
background-color css
<style>
a { background-color: #554D45; }
a { background-color: rgb(85,77,69); }
div.DivClassName
{
background-color: #554D45;
}
.BgClassName
{
background-color: #554D45;
}
</style>
border-color css
<style>
span { border-color: #554D45; }
span { border-color: rgb(85,77,69); }
td.TdClassName
{
border-color: #554D45;
}
.TagClassName
{
border-color: #554D45;
}
</style>