Shades of Gravel #51534A
Tints of Gravel #51534A
RGB
CMYK
RGB Variations
Color information
#51534A (or 0x51534A) is known color: Gravel. HEX triplet: 51, 53 and 4A. RGB value is (81,83,74). Sum of RGB (Red+Green+Blue) = 81+83+74=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 83 - color contains mainly: green. Hex color #51534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51534A is #AEACB5. Grayscale: #515151. Windows color (decimal): -11447478 or 4870993. OLE color: 4870993.
HSL color Cylindrical-coordinate representation of color #51534A: hue angle of 73.33º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #51534A is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 83 | 74 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.67 |
| HSL | 73.33º | 0.06% | 0.31% | - |
| HSV(B) | 73.33º | 0.11% | 0.33% | - |
| XYZ | 7.72 | 8.43 | 7.7 | - |
| YUV | 81.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 74 | 0.02 | 0 | 0.11 | 0.67 | 73.33 | 0.06 | 0.31 |
| Hex | 51 | 53 | 4A | 2 | 0 | B | 43 | 49 | 6 | 1F |
| Octal | 121 | 123 | 112 | 2 | 0 | 13 | 103 | 111 | 6 | 37 |
| Binary | 1010001 | 1010011 | 1001010 | 10 | 0 | 1011 | 1000011 | 1001001 | 110 | 11111 |
Color Harmonies of #51534A
Complementary color
Monochromatic Colors of #51534A
Black with #51534A
Text Example
Text Example
White with #51534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51534A; }
p { color: rgb(81,83,74); }
H1.HeaderClassName
{
color: #51534A;
}
.AnyTagClassName
{
color: #51534A;
}
</style>
background-color css
<style>
a { background-color: #51534A; }
a { background-color: rgb(81,83,74); }
div.DivClassName
{
background-color: #51534A;
}
.BgClassName
{
background-color: #51534A;
}
</style>
border-color css
<style>
span { border-color: #51534A; }
span { border-color: rgb(81,83,74); }
td.TdClassName
{
border-color: #51534A;
}
.TagClassName
{
border-color: #51534A;
}
</style>