#555532

Color #555532 Camouflage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage #555532

Tints of Camouflage #555532

Color information

#555532 (or 0x555532) is unknown color: approx 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

RGB858550-
CMYK000.410.67
HSL60º25.93%26.47%-
HSV(B)60º41.18%33.33%-
XYZ7.578.664.29-
YUV81.01110.5130.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=38.64%
G=38.64%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858550000.410.676025.9326.47
Hex5555320029433c1a1a
Octal125125620051103743232
Binary101010110101011100100010100110000111111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>