Shades of Camouflage #555536
Tints of Camouflage #555536
RGB
CMYK
RGB Variations
Color information
#555536 (or 0x555536) is known color: Camouflage. HEX triplet: 55, 55 and 36. RGB value is (85,85,54). Sum of RGB (Red+Green+Blue) = 85+85+54=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555536 is #AAAAC9. Grayscale: #515151. Windows color (decimal): -11184842 or 3560789. OLE color: 3560789.
HSL color Cylindrical-coordinate representation of color #555536: hue angle of 60º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555536 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 54 | - |
| CMYK | 0 | 0 | 0.36 | 0.67 |
| HSL | 60º | 0.22% | 0.27% | - |
| HSV(B) | 60º | 0.36% | 0.33% | - |
| XYZ | 7.66 | 8.69 | 4.76 | - |
| YUV | 81.47 | 112.5 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 54 | 0 | 0 | 0.36 | 0.67 | 60 | 0.22 | 0.27 |
| Hex | 55 | 55 | 36 | 0 | 0 | 24 | 43 | 3C | 16 | 1B |
| Octal | 125 | 125 | 66 | 0 | 0 | 44 | 103 | 74 | 26 | 33 |
| Binary | 1010101 | 1010101 | 110110 | 0 | 0 | 100100 | 1000011 | 111100 | 10110 | 11011 |
Color Harmonies of #555536
Complementary color
Monochromatic Colors of #555536
Black with #555536
Text Example
Text Example
White with #555536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555536; }
p { color: rgb(85,85,54); }
H1.HeaderClassName
{
color: #555536;
}
.AnyTagClassName
{
color: #555536;
}
</style>
background-color css
<style>
a { background-color: #555536; }
a { background-color: rgb(85,85,54); }
div.DivClassName
{
background-color: #555536;
}
.BgClassName
{
background-color: #555536;
}
</style>
border-color css
<style>
span { border-color: #555536; }
span { border-color: rgb(85,85,54); }
td.TdClassName
{
border-color: #555536;
}
.TagClassName
{
border-color: #555536;
}
</style>