Shades of Camouflage #555333
Tints of Camouflage #555333
RGB
CMYK
RGB Variations
Color information
#555333 (or 0x555333) is known color: Camouflage. HEX triplet: 55, 53 and 33. RGB value is (85,83,51). Sum of RGB (Red+Green+Blue) = 85+83+51=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #555333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555333 is #AAACCC. Grayscale: #505050. Windows color (decimal): -11185357 or 3363669. OLE color: 3363669.
HSL color Cylindrical-coordinate representation of color #555333: hue angle of 56.47º 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 #555333 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 51 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.67 |
| HSL | 56.47º | 0.25% | 0.27% | - |
| HSV(B) | 56.47º | 0.4% | 0.33% | - |
| XYZ | 7.44 | 8.36 | 4.35 | - |
| YUV | 79.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 51 | 0 | 0.02 | 0.40 | 0.67 | 56.47 | 0.25 | 0.27 |
| Hex | 55 | 53 | 33 | 0 | 2 | 28 | 43 | 38 | 19 | 1B |
| Octal | 125 | 123 | 63 | 0 | 2 | 50 | 103 | 70 | 31 | 33 |
| Binary | 1010101 | 1010011 | 110011 | 0 | 10 | 101000 | 1000011 | 111000 | 11001 | 11011 |
Color Harmonies of #555333
Complementary color
Monochromatic Colors of #555333
Black with #555333
Text Example
Text Example
White with #555333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555333; }
p { color: rgb(85,83,51); }
H1.HeaderClassName
{
color: #555333;
}
.AnyTagClassName
{
color: #555333;
}
</style>
background-color css
<style>
a { background-color: #555333; }
a { background-color: rgb(85,83,51); }
div.DivClassName
{
background-color: #555333;
}
.BgClassName
{
background-color: #555333;
}
</style>
border-color css
<style>
span { border-color: #555333; }
span { border-color: rgb(85,83,51); }
td.TdClassName
{
border-color: #555333;
}
.TagClassName
{
border-color: #555333;
}
</style>