Shades of Camouflage #555533
Tints of Camouflage #555533
RGB
CMYK
RGB Variations
Color information
#555533 (or 0x555533) is known color: Camouflage. HEX triplet: 55, 55 and 33. RGB value is (85,85,51). Sum of RGB (Red+Green+Blue) = 85+85+51=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555533 is #AAAACC. Grayscale: #515151. Windows color (decimal): -11184845 or 3364181. OLE color: 3364181.
HSL color Cylindrical-coordinate representation of color #555533: hue angle of 60º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555533 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 51 | - |
| CMYK | 0 | 0 | 0.40 | 0.67 |
| HSL | 60º | 0.25% | 0.27% | - |
| HSV(B) | 60º | 0.4% | 0.33% | - |
| XYZ | 7.59 | 8.67 | 4.4 | - |
| YUV | 81.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 51 | 0 | 0 | 0.40 | 0.67 | 60 | 0.25 | 0.27 |
| Hex | 55 | 55 | 33 | 0 | 0 | 28 | 43 | 3C | 19 | 1B |
| Octal | 125 | 125 | 63 | 0 | 0 | 50 | 103 | 74 | 31 | 33 |
| Binary | 1010101 | 1010101 | 110011 | 0 | 0 | 101000 | 1000011 | 111100 | 11001 | 11011 |
Color Harmonies of #555533
Complementary color
Monochromatic Colors of #555533
Black with #555533
Text Example
Text Example
White with #555533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555533; }
p { color: rgb(85,85,51); }
H1.HeaderClassName
{
color: #555533;
}
.AnyTagClassName
{
color: #555533;
}
</style>
background-color css
<style>
a { background-color: #555533; }
a { background-color: rgb(85,85,51); }
div.DivClassName
{
background-color: #555533;
}
.BgClassName
{
background-color: #555533;
}
</style>
border-color css
<style>
span { border-color: #555533; }
span { border-color: rgb(85,85,51); }
td.TdClassName
{
border-color: #555533;
}
.TagClassName
{
border-color: #555533;
}
</style>