#566A53

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

Shades of Cactus #566A53

Tints of Cactus #566A53

Color information

#566A53 (or 0x566A53) is unknown color: approx Cactus. HEX triplet: 56, 6A and 53. RGB value is (86,106,83). Sum of RGB (Red+Green+Blue) = 86+106+83=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 106 - color contains mainly: green. Hex color #566A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A53 is #A995AC. Grayscale: #616161. Windows color (decimal): -11113901 or 5466710. OLE color: 5466710.

HSL color Cylindrical-coordinate representation of color #566A53: hue angle of 112.17º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #566A53 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB8610683-
CMYK0.1900.220.58
HSL112.17º12.17%37.06%-
HSV(B)112.17º21.7%41.57%-
XYZ10.5512.9110.12-
YUV97.4119.87119.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 83 (32.81% from 255) = 30.18%
R=31.27%
G=38.55%
B=30.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86106830.1900.220.58112.1712.1737.06
Hex566A53130163A70c25
Octal12615212323026721601445
Binary1010110110101010100111001101011011101011100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566A53; }

 p { color: rgb(86,106,83); }

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

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

 a { background-color: rgb(86,106,83); }

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

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

 span { border-color: rgb(86,106,83); }

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