Shades of Camouflage #555438
Tints of Camouflage #555438
RGB
CMYK
RGB Variations
Color information
#555438 (or 0x555438) is known color: Camouflage. HEX triplet: 55, 54 and 38. RGB value is (85,84,56). Sum of RGB (Red+Green+Blue) = 85+84+56=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #555438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555438 is #AAABC7. Grayscale: #515151. Windows color (decimal): -11185096 or 3691605. OLE color: 3691605.
HSL color Cylindrical-coordinate representation of color #555438: hue angle of 57.93º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555438 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 56 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.67 |
| HSL | 57.93º | 0.21% | 0.28% | - |
| HSV(B) | 57.93º | 0.34% | 0.33% | - |
| XYZ | 7.63 | 8.56 | 4.99 | - |
| YUV | 81.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 56 | 0 | 0.01 | 0.34 | 0.67 | 57.93 | 0.21 | 0.28 |
| Hex | 55 | 54 | 38 | 0 | 1 | 22 | 43 | 3A | 15 | 1C |
| Octal | 125 | 124 | 70 | 0 | 1 | 42 | 103 | 72 | 25 | 34 |
| Binary | 1010101 | 1010100 | 111000 | 0 | 1 | 100010 | 1000011 | 111010 | 10101 | 11100 |
Color Harmonies of #555438
Complementary color
Monochromatic Colors of #555438
Black with #555438
Text Example
Text Example
White with #555438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555438; }
p { color: rgb(85,84,56); }
H1.HeaderClassName
{
color: #555438;
}
.AnyTagClassName
{
color: #555438;
}
</style>
background-color css
<style>
a { background-color: #555438; }
a { background-color: rgb(85,84,56); }
div.DivClassName
{
background-color: #555438;
}
.BgClassName
{
background-color: #555438;
}
</style>
border-color css
<style>
span { border-color: #555438; }
span { border-color: rgb(85,84,56); }
td.TdClassName
{
border-color: #555438;
}
.TagClassName
{
border-color: #555438;
}
</style>