#565531

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

Shades of Camouflage #565531

Tints of Camouflage #565531

Color information

#565531 (or 0x565531) is unknown color: approx Camouflage. HEX triplet: 56, 55 and 31. RGB value is (86,85,49). Sum of RGB (Red+Green+Blue) = 86+85+49=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #565531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565531 is #A9AACE. Grayscale: #515151. Windows color (decimal): -11119311 or 3233110. OLE color: 3233110.

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

Color convert

RGB868549-
CMYK00.010.430.66
HSL58.38º27.41%26.47%-
HSV(B)58.38º43.02%33.73%-
XYZ7.648.74.18-
YUV81.19109.83131.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=39.09%
G=38.64%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86854900.010.430.6658.3827.4126.47
Hex565531012B423a1b1a
Octal126125610153102723332
Binary101011010101011100010110101110000101110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565531; }

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

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

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

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

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

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

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

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