#5C6E57

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

Shades of Cactus #5C6E57

Tints of Cactus #5C6E57

Color information

#5C6E57 (or 0x5C6E57) is unknown color: approx Cactus. HEX triplet: 5C, 6E and 57. RGB value is (92,110,87). Sum of RGB (Red+Green+Blue) = 92+110+87=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 110 - color contains mainly: green. Hex color #5C6E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6E57 is #A391A8. Grayscale: #666666. Windows color (decimal): -10719657 or 5729884. OLE color: 5729884.

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

Color convert

RGB9211087-
CMYK0.1600.210.57
HSL106.96º11.68%38.63%-
HSV(B)106.96º20.91%43.14%-
XYZ11.7114.1211.12-
YUV102119.54120.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.83%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=31.83%
G=38.06%
B=30.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92110870.1600.210.57106.9611.6838.63
Hex5C6E5710015396bc27
Octal13415612720025711531447
Binary1011100110111010101111000001010111100111010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,110,87); }

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

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

 a { background-color: rgb(92,110,87); }

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

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

 span { border-color: rgb(92,110,87); }

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