Shades of Gravel #54564B
Tints of Gravel #54564B
RGB
CMYK
RGB Variations
Color information
#54564B (or 0x54564B) is known color: Gravel. HEX triplet: 54, 56 and 4B. RGB value is (84,86,75). Sum of RGB (Red+Green+Blue) = 84+86+75=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 86 - color contains mainly: green. Hex color #54564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54564B is #ABA9B4. Grayscale: #545454. Windows color (decimal): -11250101 or 4937300. OLE color: 4937300.
HSL color Cylindrical-coordinate representation of color #54564B: hue angle of 70.91º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #54564B is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 86 | 75 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.66 |
| HSL | 70.91º | 0.07% | 0.32% | - |
| HSV(B) | 70.91º | 0.13% | 0.34% | - |
| XYZ | 8.25 | 9.05 | 7.97 | - |
| YUV | 84.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 75 | 0.02 | 0 | 0.13 | 0.66 | 70.91 | 0.07 | 0.32 |
| Hex | 54 | 56 | 4B | 2 | 0 | D | 42 | 47 | 7 | 20 |
| Octal | 124 | 126 | 113 | 2 | 0 | 15 | 102 | 107 | 7 | 40 |
| Binary | 1010100 | 1010110 | 1001011 | 10 | 0 | 1101 | 1000010 | 1000111 | 111 | 100000 |
Color Harmonies of #54564B
Complementary color
Monochromatic Colors of #54564B
Black with #54564B
Text Example
Text Example
White with #54564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54564B; }
p { color: rgb(84,86,75); }
H1.HeaderClassName
{
color: #54564B;
}
.AnyTagClassName
{
color: #54564B;
}
</style>
background-color css
<style>
a { background-color: #54564B; }
a { background-color: rgb(84,86,75); }
div.DivClassName
{
background-color: #54564B;
}
.BgClassName
{
background-color: #54564B;
}
</style>
border-color css
<style>
span { border-color: #54564B; }
span { border-color: rgb(84,86,75); }
td.TdClassName
{
border-color: #54564B;
}
.TagClassName
{
border-color: #54564B;
}
</style>