Shades of Rock #554A40
Tints of Rock #554A40
RGB
CMYK
RGB Variations
Color information
#554A40 (or 0x554A40) is known color: Rock. HEX triplet: 55, 4A and 40. RGB value is (85,74,64). Sum of RGB (Red+Green+Blue) = 85+74+64=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A40 is #AAB5BF. Grayscale: #4C4C4C. Windows color (decimal): -11187648 or 4213333. OLE color: 4213333.
HSL color Cylindrical-coordinate representation of color #554A40: hue angle of 28.57º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554A40 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 64 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.67 |
| HSL | 28.57º | 0.14% | 0.29% | - |
| HSV(B) | 28.57º | 0.25% | 0.33% | - |
| XYZ | 7.12 | 7.2 | 5.86 | - |
| YUV | 76.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 64 | 0 | 0.13 | 0.25 | 0.67 | 28.57 | 0.14 | 0.29 |
| Hex | 55 | 4A | 40 | 0 | D | 19 | 43 | 1D | E | 1D |
| Octal | 125 | 112 | 100 | 0 | 15 | 31 | 103 | 35 | 16 | 35 |
| Binary | 1010101 | 1001010 | 1000000 | 0 | 1101 | 11001 | 1000011 | 11101 | 1110 | 11101 |
Color Harmonies of #554A40
Complementary color
Monochromatic Colors of #554A40
Black with #554A40
Text Example
Text Example
White with #554A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A40; }
p { color: rgb(85,74,64); }
H1.HeaderClassName
{
color: #554A40;
}
.AnyTagClassName
{
color: #554A40;
}
</style>
background-color css
<style>
a { background-color: #554A40; }
a { background-color: rgb(85,74,64); }
div.DivClassName
{
background-color: #554A40;
}
.BgClassName
{
background-color: #554A40;
}
</style>
border-color css
<style>
span { border-color: #554A40; }
span { border-color: rgb(85,74,64); }
td.TdClassName
{
border-color: #554A40;
}
.TagClassName
{
border-color: #554A40;
}
</style>