Shades of Rock #554C43
Tints of Rock #554C43
RGB
CMYK
RGB Variations
Color information
#554C43 (or 0x554C43) is known color: Rock. HEX triplet: 55, 4C and 43. RGB value is (85,76,67). Sum of RGB (Red+Green+Blue) = 85+76+67=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #554C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C43 is #AAB3BC. Grayscale: #4D4D4D. Windows color (decimal): -11187133 or 4410453. OLE color: 4410453.
HSL color Cylindrical-coordinate representation of color #554C43: hue angle of 30º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #554C43 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 67 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.67 |
| HSL | 30º | 0.12% | 0.3% | - |
| HSV(B) | 30º | 0.21% | 0.33% | - |
| XYZ | 7.34 | 7.51 | 6.37 | - |
| YUV | 77.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 67 | 0 | 0.11 | 0.21 | 0.67 | 30 | 0.12 | 0.3 |
| Hex | 55 | 4C | 43 | 0 | B | 15 | 43 | 1E | C | 1E |
| Octal | 125 | 114 | 103 | 0 | 13 | 25 | 103 | 36 | 14 | 36 |
| Binary | 1010101 | 1001100 | 1000011 | 0 | 1011 | 10101 | 1000011 | 11110 | 1100 | 11110 |
Color Harmonies of #554C43
Complementary color
Monochromatic Colors of #554C43
Black with #554C43
Text Example
Text Example
White with #554C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C43; }
p { color: rgb(85,76,67); }
H1.HeaderClassName
{
color: #554C43;
}
.AnyTagClassName
{
color: #554C43;
}
</style>
background-color css
<style>
a { background-color: #554C43; }
a { background-color: rgb(85,76,67); }
div.DivClassName
{
background-color: #554C43;
}
.BgClassName
{
background-color: #554C43;
}
</style>
border-color css
<style>
span { border-color: #554C43; }
span { border-color: rgb(85,76,67); }
td.TdClassName
{
border-color: #554C43;
}
.TagClassName
{
border-color: #554C43;
}
</style>