#555333

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

Shades of Camouflage #555333

Tints of Camouflage #555333

Color information

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

RGB858351-
CMYK00.020.400.67
HSL56.47º25%26.67%-
HSV(B)56.47º40%33.33%-
XYZ7.448.364.35-
YUV79.95111.66131.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 51 (20.31% from 255) = 23.29%
R=38.81%
G=37.90%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85835100.020.400.6756.472526.67
Hex55533302284338191b
Octal125123630250103703133
Binary1010101101001111001101010100010000111110001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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