Shades of Gravel #53554B
Tints of Gravel #53554B
RGB
CMYK
RGB Variations
Color information
#53554B (or 0x53554B) is known color: Gravel. HEX triplet: 53, 55 and 4B. RGB value is (83,85,75). Sum of RGB (Red+Green+Blue) = 83+85+75=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 85 - color contains mainly: green. Hex color #53554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53554B is #ACAAB4. Grayscale: #535353. Windows color (decimal): -11315893 or 4937043. OLE color: 4937043.
HSL color Cylindrical-coordinate representation of color #53554B: hue angle of 72º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #53554B is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 75 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.67 |
| HSL | 72º | 0.06% | 0.31% | - |
| HSV(B) | 72º | 0.12% | 0.33% | - |
| XYZ | 8.09 | 8.84 | 7.94 | - |
| YUV | 83.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 75 | 0.02 | 0 | 0.12 | 0.67 | 72 | 0.06 | 0.31 |
| Hex | 53 | 55 | 4B | 2 | 0 | C | 43 | 48 | 6 | 1F |
| Octal | 123 | 125 | 113 | 2 | 0 | 14 | 103 | 110 | 6 | 37 |
| Binary | 1010011 | 1010101 | 1001011 | 10 | 0 | 1100 | 1000011 | 1001000 | 110 | 11111 |
Color Harmonies of #53554B
Complementary color
Monochromatic Colors of #53554B
Black with #53554B
Text Example
Text Example
White with #53554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53554B; }
p { color: rgb(83,85,75); }
H1.HeaderClassName
{
color: #53554B;
}
.AnyTagClassName
{
color: #53554B;
}
</style>
background-color css
<style>
a { background-color: #53554B; }
a { background-color: rgb(83,85,75); }
div.DivClassName
{
background-color: #53554B;
}
.BgClassName
{
background-color: #53554B;
}
</style>
border-color css
<style>
span { border-color: #53554B; }
span { border-color: rgb(83,85,75); }
td.TdClassName
{
border-color: #53554B;
}
.TagClassName
{
border-color: #53554B;
}
</style>