Shades of Dune #52504C
Tints of Dune #52504C
RGB
CMYK
RGB Variations
Color information
#52504C (or 0x52504C) is known color: Dune. HEX triplet: 52, 50 and 4C. RGB value is (82,80,76). Sum of RGB (Red+Green+Blue) = 82+80+76=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 82 - color contains mainly: red. Hex color #52504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52504C is #ADAFB3. Grayscale: #505050. Windows color (decimal): -11382708 or 5001298. OLE color: 5001298.
HSL color Cylindrical-coordinate representation of color #52504C: hue angle of 40º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #52504C is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 76 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.68 |
| HSL | 40º | 0.04% | 0.31% | - |
| HSV(B) | 40º | 0.07% | 0.32% | - |
| XYZ | 7.65 | 8.05 | 7.99 | - |
| YUV | 80.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 76 | 0 | 0.02 | 0.07 | 0.68 | 40 | 0.04 | 0.31 |
| Hex | 52 | 50 | 4C | 0 | 2 | 7 | 44 | 28 | 4 | 1F |
| Octal | 122 | 120 | 114 | 0 | 2 | 7 | 104 | 50 | 4 | 37 |
| Binary | 1010010 | 1010000 | 1001100 | 0 | 10 | 111 | 1000100 | 101000 | 100 | 11111 |
Color Harmonies of #52504C
Complementary color
Monochromatic Colors of #52504C
Black with #52504C
Text Example
Text Example
White with #52504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52504C; }
p { color: rgb(82,80,76); }
H1.HeaderClassName
{
color: #52504C;
}
.AnyTagClassName
{
color: #52504C;
}
</style>
background-color css
<style>
a { background-color: #52504C; }
a { background-color: rgb(82,80,76); }
div.DivClassName
{
background-color: #52504C;
}
.BgClassName
{
background-color: #52504C;
}
</style>
border-color css
<style>
span { border-color: #52504C; }
span { border-color: rgb(82,80,76); }
td.TdClassName
{
border-color: #52504C;
}
.TagClassName
{
border-color: #52504C;
}
</style>