Shades of Camouflage #555335
Tints of Camouflage #555335
RGB
CMYK
RGB Variations
Color information
#555335 (or 0x555335) is known color: Camouflage. HEX triplet: 55, 53 and 35. RGB value is (85,83,53). Sum of RGB (Red+Green+Blue) = 85+83+53=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #555335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555335 is #AAACCA. Grayscale: #505050. Windows color (decimal): -11185355 or 3494741. OLE color: 3494741.
HSL color Cylindrical-coordinate representation of color #555335: hue angle of 56.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555335 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 53 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.67 |
| HSL | 56.25º | 0.23% | 0.27% | - |
| HSV(B) | 56.25º | 0.38% | 0.33% | - |
| XYZ | 7.48 | 8.37 | 4.59 | - |
| YUV | 80.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 53 | 0 | 0.02 | 0.38 | 0.67 | 56.25 | 0.23 | 0.27 |
| Hex | 55 | 53 | 35 | 0 | 2 | 26 | 43 | 38 | 17 | 1B |
| Octal | 125 | 123 | 65 | 0 | 2 | 46 | 103 | 70 | 27 | 33 |
| Binary | 1010101 | 1010011 | 110101 | 0 | 10 | 100110 | 1000011 | 111000 | 10111 | 11011 |
Color Harmonies of #555335
Complementary color
Monochromatic Colors of #555335
Black with #555335
Text Example
Text Example
White with #555335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555335; }
p { color: rgb(85,83,53); }
H1.HeaderClassName
{
color: #555335;
}
.AnyTagClassName
{
color: #555335;
}
</style>
background-color css
<style>
a { background-color: #555335; }
a { background-color: rgb(85,83,53); }
div.DivClassName
{
background-color: #555335;
}
.BgClassName
{
background-color: #555335;
}
</style>
border-color css
<style>
span { border-color: #555335; }
span { border-color: rgb(85,83,53); }
td.TdClassName
{
border-color: #555335;
}
.TagClassName
{
border-color: #555335;
}
</style>