Shades of Rock #554B42
Tints of Rock #554B42
RGB
CMYK
RGB Variations
Color information
#554B42 (or 0x554B42) is known color: Rock. HEX triplet: 55, 4B and 42. RGB value is (85,75,66). Sum of RGB (Red+Green+Blue) = 85+75+66=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B42 is #AAB4BD. Grayscale: #4D4D4D. Windows color (decimal): -11187390 or 4344661. OLE color: 4344661.
HSL color Cylindrical-coordinate representation of color #554B42: hue angle of 28.42º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554B42 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 75 | 66 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.67 |
| HSL | 28.42º | 0.13% | 0.3% | - |
| HSV(B) | 28.42º | 0.22% | 0.33% | - |
| XYZ | 7.25 | 7.36 | 6.19 | - |
| YUV | 76.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 66 | 0 | 0.12 | 0.22 | 0.67 | 28.42 | 0.13 | 0.3 |
| Hex | 55 | 4B | 42 | 0 | C | 16 | 43 | 1C | D | 1E |
| Octal | 125 | 113 | 102 | 0 | 14 | 26 | 103 | 34 | 15 | 36 |
| Binary | 1010101 | 1001011 | 1000010 | 0 | 1100 | 10110 | 1000011 | 11100 | 1101 | 11110 |
Color Harmonies of #554B42
Complementary color
Monochromatic Colors of #554B42
Black with #554B42
Text Example
Text Example
White with #554B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B42; }
p { color: rgb(85,75,66); }
H1.HeaderClassName
{
color: #554B42;
}
.AnyTagClassName
{
color: #554B42;
}
</style>
background-color css
<style>
a { background-color: #554B42; }
a { background-color: rgb(85,75,66); }
div.DivClassName
{
background-color: #554B42;
}
.BgClassName
{
background-color: #554B42;
}
</style>
border-color css
<style>
span { border-color: #554B42; }
span { border-color: rgb(85,75,66); }
td.TdClassName
{
border-color: #554B42;
}
.TagClassName
{
border-color: #554B42;
}
</style>