#5C7159

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

Shades of Cactus #5C7159

Tints of Cactus #5C7159

Color information

#5C7159 (or 0x5C7159) is unknown color: approx Cactus. HEX triplet: 5C, 71 and 59. RGB value is (92,113,89). Sum of RGB (Red+Green+Blue) = 92+113+89=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #5C7159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7159 is #A38EA6. Grayscale: #686868. Windows color (decimal): -10718887 or 5861724. OLE color: 5861724.

HSL color Cylindrical-coordinate representation of color #5C7159: hue angle of 112.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C7159 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB9211389-
CMYK0.1900.210.56
HSL112.5º11.88%39.61%-
HSV(B)112.5º21.24%44.31%-
XYZ12.1214.8111.67-
YUV103.98119.54119.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.29%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=31.29%
G=38.44%
B=30.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92113890.1900.210.56112.511.8839.61
Hex5C7159130153870c28
Octal13416113123025701601450
Binary1011100111000110110011001101010111100011100001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,113,89); }

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

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

 a { background-color: rgb(92,113,89); }

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

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

 span { border-color: rgb(92,113,89); }

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