#566A4E

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

Shades of Cactus #566A4E

Tints of Cactus #566A4E

Color information

#566A4E (or 0x566A4E) is unknown color: approx Cactus. HEX triplet: 56, 6A and 4E. RGB value is (86,106,78). Sum of RGB (Red+Green+Blue) = 86+106+78=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 106 - color contains mainly: green. Hex color #566A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A4E is #A995B1. Grayscale: #606060. Windows color (decimal): -11113906 or 5139030. OLE color: 5139030.

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

Color convert

RGB8610678-
CMYK0.1900.260.58
HSL102.86º15.22%36.08%-
HSV(B)102.86º26.42%41.57%-
XYZ10.3712.849.14-
YUV96.83117.37120.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=31.85%
G=39.26%
B=28.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86106780.1900.260.58102.8615.2236.08
Hex566A4E1301A3A67f24
Octal12615211623032721471744
Binary1010110110101010011101001101101011101011001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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