Shades of Rock #5B5148
Tints of Rock #5B5148
RGB
CMYK
RGB Variations
Color information
#5B5148 (or 0x5B5148) is known color: Rock. HEX triplet: 5B, 51 and 48. RGB value is (91,81,72). Sum of RGB (Red+Green+Blue) = 91+81+72=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5148 is #A4AEB7. Grayscale: #535353. Windows color (decimal): -10792632 or 4739419. OLE color: 4739419.
HSL color Cylindrical-coordinate representation of color #5B5148: hue angle of 28.42º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B5148 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 81 | 72 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.64 |
| HSL | 28.42º | 0.12% | 0.32% | - |
| HSV(B) | 28.42º | 0.21% | 0.36% | - |
| XYZ | 8.43 | 8.58 | 7.34 | - |
| YUV | 82.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 72 | 0 | 0.11 | 0.21 | 0.64 | 28.42 | 0.12 | 0.32 |
| Hex | 5B | 51 | 48 | 0 | B | 15 | 40 | 1C | C | 20 |
| Octal | 133 | 121 | 110 | 0 | 13 | 25 | 100 | 34 | 14 | 40 |
| Binary | 1011011 | 1010001 | 1001000 | 0 | 1011 | 10101 | 1000000 | 11100 | 1100 | 100000 |
Color Harmonies of #5B5148
Complementary color
Monochromatic Colors of #5B5148
Black with #5B5148
Text Example
Text Example
White with #5B5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5148; }
p { color: rgb(91,81,72); }
H1.HeaderClassName
{
color: #5B5148;
}
.AnyTagClassName
{
color: #5B5148;
}
</style>
background-color css
<style>
a { background-color: #5B5148; }
a { background-color: rgb(91,81,72); }
div.DivClassName
{
background-color: #5B5148;
}
.BgClassName
{
background-color: #5B5148;
}
</style>
border-color css
<style>
span { border-color: #5B5148; }
span { border-color: rgb(91,81,72); }
td.TdClassName
{
border-color: #5B5148;
}
.TagClassName
{
border-color: #5B5148;
}
</style>