Shades of Rock #554F49
Tints of Rock #554F49
RGB
CMYK
RGB Variations
Color information
#554F49 (or 0x554F49) is known color: Rock. HEX triplet: 55, 4F and 49. RGB value is (85,79,73). Sum of RGB (Red+Green+Blue) = 85+79+73=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #554F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F49 is #AAB0B6. Grayscale: #505050. Windows color (decimal): -11186359 or 4804437. OLE color: 4804437.
HSL color Cylindrical-coordinate representation of color #554F49: hue angle of 30º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #554F49 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 73 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.67 |
| HSL | 30º | 0.08% | 0.31% | - |
| HSV(B) | 30º | 0.14% | 0.33% | - |
| XYZ | 7.74 | 8 | 7.44 | - |
| YUV | 80.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 73 | 0 | 0.07 | 0.14 | 0.67 | 30 | 0.08 | 0.31 |
| Hex | 55 | 4F | 49 | 0 | 7 | E | 43 | 1E | 8 | 1F |
| Octal | 125 | 117 | 111 | 0 | 7 | 16 | 103 | 36 | 10 | 37 |
| Binary | 1010101 | 1001111 | 1001001 | 0 | 111 | 1110 | 1000011 | 11110 | 1000 | 11111 |
Color Harmonies of #554F49
Complementary color
Monochromatic Colors of #554F49
Black with #554F49
Text Example
Text Example
White with #554F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F49; }
p { color: rgb(85,79,73); }
H1.HeaderClassName
{
color: #554F49;
}
.AnyTagClassName
{
color: #554F49;
}
</style>
background-color css
<style>
a { background-color: #554F49; }
a { background-color: rgb(85,79,73); }
div.DivClassName
{
background-color: #554F49;
}
.BgClassName
{
background-color: #554F49;
}
</style>
border-color css
<style>
span { border-color: #554F49; }
span { border-color: rgb(85,79,73); }
td.TdClassName
{
border-color: #554F49;
}
.TagClassName
{
border-color: #554F49;
}
</style>