#555431

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

Shades of Camouflage #555431

Tints of Camouflage #555431

Color information

#555431 (or 0x555431) is unknown color: approx Camouflage. HEX triplet: 55, 54 and 31. RGB value is (85,84,49). Sum of RGB (Red+Green+Blue) = 85+84+49=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #555431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555431 is #AAABCE. Grayscale: #505050. Windows color (decimal): -11185103 or 3232853. OLE color: 3232853.

HSL color Cylindrical-coordinate representation of color #555431: hue angle of 58.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #555431 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB858449-
CMYK00.010.420.67
HSL58.33º26.87%26.27%-
HSV(B)58.33º42.35%33.33%-
XYZ7.478.494.15-
YUV80.31110.33131.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=38.99%
G=38.53%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85844900.010.420.6758.3326.8726.27
Hex555431012A433a1b1a
Octal125124610152103723332
Binary101010110101001100010110101010000111110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555431; }

 p { color: rgb(85,84,49); }

 H1.HeaderClassName
 {
   color: #555431;
 }
 .AnyTagClassName
 {
   color: #555431;
 }
</style>
background-color css

<style>
 a { background-color: #555431; }

 a { background-color: rgb(85,84,49); }

 div.DivClassName
 {
   background-color: #555431;
 }
 .BgClassName
 {
   background-color: #555431;
 }
</style>
border-color css

<style>
 span { border-color: #555431; }

 span { border-color: rgb(85,84,49); }

 td.TdClassName
 {
   border-color: #555431;
 }
 .TagClassName
 {
   border-color: #555431;
 }
</style>