Shades of Camouflage #555330
Tints of Camouflage #555330
RGB
CMYK
RGB Variations
Color information
#555330 (or 0x555330) is known color: Camouflage. HEX triplet: 55, 53 and 30. RGB value is (85,83,48). Sum of RGB (Red+Green+Blue) = 85+83+48=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #555330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555330 is #AAACCF. Grayscale: #4F4F4F. Windows color (decimal): -11185360 or 3167061. OLE color: 3167061.
HSL color Cylindrical-coordinate representation of color #555330: hue angle of 56.76º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555330 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 48 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.67 |
| HSL | 56.76º | 0.28% | 0.26% | - |
| HSV(B) | 56.76º | 0.44% | 0.33% | - |
| XYZ | 7.37 | 8.33 | 4.02 | - |
| YUV | 79.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 48 | 0 | 0.02 | 0.44 | 0.67 | 56.76 | 0.28 | 0.26 |
| Hex | 55 | 53 | 30 | 0 | 2 | 2C | 43 | 39 | 1C | 1A |
| Octal | 125 | 123 | 60 | 0 | 2 | 54 | 103 | 71 | 34 | 32 |
| Binary | 1010101 | 1010011 | 110000 | 0 | 10 | 101100 | 1000011 | 111001 | 11100 | 11010 |
Color Harmonies of #555330
Complementary color
Monochromatic Colors of #555330
Black with #555330
Text Example
Text Example
White with #555330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555330; }
p { color: rgb(85,83,48); }
H1.HeaderClassName
{
color: #555330;
}
.AnyTagClassName
{
color: #555330;
}
</style>
background-color css
<style>
a { background-color: #555330; }
a { background-color: rgb(85,83,48); }
div.DivClassName
{
background-color: #555330;
}
.BgClassName
{
background-color: #555330;
}
</style>
border-color css
<style>
span { border-color: #555330; }
span { border-color: rgb(85,83,48); }
td.TdClassName
{
border-color: #555330;
}
.TagClassName
{
border-color: #555330;
}
</style>