#566D55

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

Shades of Cactus #566D55

Tints of Cactus #566D55

Color information

#566D55 (or 0x566D55) is unknown color: approx Cactus. HEX triplet: 56, 6D and 55. RGB value is (86,109,85). Sum of RGB (Red+Green+Blue) = 86+109+85=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 109 - color contains mainly: green. Hex color #566D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D55 is #A992AA. Grayscale: #636363. Windows color (decimal): -11113131 or 5598550. OLE color: 5598550.

HSL color Cylindrical-coordinate representation of color #566D55: hue angle of 117.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #566D55 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB8610985-
CMYK0.2100.220.57
HSL117.5º12.37%38.04%-
HSV(B)117.5º22.02%42.75%-
XYZ10.9513.5710.64-
YUV99.39119.88118.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.71%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=30.71%
G=38.93%
B=30.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86109850.2100.220.57117.512.3738.04
Hex566D55150163975c26
Octal12615512525026711651446
Binary1010110110110110101011010101011011100111101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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