Shades of Dune #555042
Tints of Dune #555042
RGB
CMYK
RGB Variations
Color information
#555042 (or 0x555042) is known color: Dune. HEX triplet: 55, 50 and 42. RGB value is (85,80,66). Sum of RGB (Red+Green+Blue) = 85+80+66=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #555042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555042 is #AAAFBD. Grayscale: #4F4F4F. Windows color (decimal): -11186110 or 4345941. OLE color: 4345941.
HSL color Cylindrical-coordinate representation of color #555042: hue angle of 44.21º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #555042 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 66 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.67 |
| HSL | 44.21º | 0.13% | 0.3% | - |
| HSV(B) | 44.21º | 0.22% | 0.33% | - |
| XYZ | 7.6 | 8.06 | 6.31 | - |
| YUV | 79.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 66 | 0 | 0.06 | 0.22 | 0.67 | 44.21 | 0.13 | 0.3 |
| Hex | 55 | 50 | 42 | 0 | 6 | 16 | 43 | 2C | D | 1E |
| Octal | 125 | 120 | 102 | 0 | 6 | 26 | 103 | 54 | 15 | 36 |
| Binary | 1010101 | 1010000 | 1000010 | 0 | 110 | 10110 | 1000011 | 101100 | 1101 | 11110 |
Color Harmonies of #555042
Complementary color
Monochromatic Colors of #555042
Black with #555042
Text Example
Text Example
White with #555042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555042; }
p { color: rgb(85,80,66); }
H1.HeaderClassName
{
color: #555042;
}
.AnyTagClassName
{
color: #555042;
}
</style>
background-color css
<style>
a { background-color: #555042; }
a { background-color: rgb(85,80,66); }
div.DivClassName
{
background-color: #555042;
}
.BgClassName
{
background-color: #555042;
}
</style>
border-color css
<style>
span { border-color: #555042; }
span { border-color: rgb(85,80,66); }
td.TdClassName
{
border-color: #555042;
}
.TagClassName
{
border-color: #555042;
}
</style>