#5D7056

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

Shades of Cactus #5D7056

Tints of Cactus #5D7056

Color information

#5D7056 (or 0x5D7056) is unknown color: approx Cactus. HEX triplet: 5D, 70 and 56. RGB value is (93,112,86). Sum of RGB (Red+Green+Blue) = 93+112+86=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #5D7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7056 is #A28FA9. Grayscale: #676767. Windows color (decimal): -10653610 or 5664861. OLE color: 5664861.

HSL color Cylindrical-coordinate representation of color #5D7056: hue angle of 103.85º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D7056 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB9311286-
CMYK0.1700.230.56
HSL103.85º13.13%38.82%-
HSV(B)103.85º23.21%43.92%-
XYZ11.9914.5910.99-
YUV103.36118.21120.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.96%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 86 (33.98% from 255) = 29.55%
R=31.96%
G=38.49%
B=29.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93112860.1700.230.56103.8513.1338.82
Hex5D7056110173868d27
Octal13516012621027701501547
Binary1011101111000010101101000101011111100011010001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D7056; }

 p { color: rgb(93,112,86); }

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

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

 a { background-color: rgb(93,112,86); }

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

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

 span { border-color: rgb(93,112,86); }

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