#5D6E51

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

Shades of Cactus #5D6E51

Tints of Cactus #5D6E51

Color information

#5D6E51 (or 0x5D6E51) is unknown color: approx Cactus. HEX triplet: 5D, 6E and 51. RGB value is (93,110,81). Sum of RGB (Red+Green+Blue) = 93+110+81=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 110 - color contains mainly: green. Hex color #5D6E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6E51 is #A291AE. Grayscale: #656565. Windows color (decimal): -10654127 or 5336669. OLE color: 5336669.

HSL color Cylindrical-coordinate representation of color #5D6E51: hue angle of 95.17º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D6E51 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB9311081-
CMYK0.1500.260.57
HSL95.17º15.18%37.45%-
HSV(B)95.17º26.36%43.14%-
XYZ11.5814.079.89-
YUV101.61116.37121.86-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.75%
GREEN value IS 110 (43.36% from 255) = 38.73%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=32.75%
G=38.73%
B=28.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal93110810.1500.260.5795.1715.1837.45
Hex5D6E51F01A395ff25
Octal13515612117032711371745
Binary101110111011101010001111101101011100110111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,110,81); }

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

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

 a { background-color: rgb(93,110,81); }

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

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

 span { border-color: rgb(93,110,81); }

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