#565532

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

Shades of Camouflage #565532

Tints of Camouflage #565532

Color information

#565532 (or 0x565532) is unknown color: approx Camouflage. HEX triplet: 56, 55 and 32. RGB value is (86,85,50). Sum of RGB (Red+Green+Blue) = 86+85+50=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #565532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565532 is #A9AACD. Grayscale: #515151. Windows color (decimal): -11119310 or 3298646. OLE color: 3298646.

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

Color convert

RGB868550-
CMYK00.010.420.66
HSL58.33º26.47%26.67%-
HSV(B)58.33º41.86%33.73%-
XYZ7.668.714.29-
YUV81.31110.33131.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=38.91%
G=38.46%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86855000.010.420.6658.3326.4726.67
Hex565532012A423a1a1b
Octal126125620152102723233
Binary101011010101011100100110101010000101110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565532; }

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

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

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

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

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

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

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

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