Shades of Camouflage #555532
Tints of Camouflage #555532
RGB
CMYK
RGB Variations
Color information
#555532 (or 0x555532) is known color: Camouflage. HEX triplet: 55, 55 and 32. RGB value is (85,85,50). Sum of RGB (Red+Green+Blue) = 85+85+50=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555532 is #AAAACD. Grayscale: #515151. Windows color (decimal): -11184846 or 3298645. OLE color: 3298645.
HSL color Cylindrical-coordinate representation of color #555532: hue angle of 60º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #555532 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
RGB | 85 | 85 | 50 | - |
CMYK | 0 | 0 | 0.41 | 0.67 |
HSL | 60º | 0.26% | 0.26% | - |
HSV(B) | 60º | 0.41% | 0.33% | - |
XYZ | 7.57 | 8.66 | 4.29 | - |
YUV | 81.01 | 110.5 | 130.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 85 | 50 | 0 | 0 | 0.41 | 0.67 | 60 | 0.26 | 0.26 |
Hex | 55 | 55 | 32 | 0 | 0 | 29 | 43 | 3C | 1A | 1A |
Octal | 125 | 125 | 62 | 0 | 0 | 51 | 103 | 74 | 32 | 32 |
Binary | 1010101 | 1010101 | 110010 | 0 | 0 | 101001 | 1000011 | 111100 | 11010 | 11010 |
Color Harmonies of #555532
Complementary color
Monochromatic Colors of #555532
Black with #555532
Text Example
Text Example
White with #555532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555532; }
p { color: rgb(85,85,50); }
H1.HeaderClassName
{
color: #555532;
}
.AnyTagClassName
{
color: #555532;
}
</style>
background-color css
<style>
a { background-color: #555532; }
a { background-color: rgb(85,85,50); }
div.DivClassName
{
background-color: #555532;
}
.BgClassName
{
background-color: #555532;
}
</style>
border-color css
<style>
span { border-color: #555532; }
span { border-color: rgb(85,85,50); }
td.TdClassName
{
border-color: #555532;
}
.TagClassName
{
border-color: #555532;
}
</style>