#5C6759

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

Shades of Cactus #5C6759

Tints of Cactus #5C6759

Color information

#5C6759 (or 0x5C6759) is unknown color: approx Cactus. HEX triplet: 5C, 67 and 59. RGB value is (92,103,89). Sum of RGB (Red+Green+Blue) = 92+103+89=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 103 - color contains mainly: green. Hex color #5C6759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6759 is #A398A6. Grayscale: #626262. Windows color (decimal): -10721447 or 5859164. OLE color: 5859164.

HSL color Cylindrical-coordinate representation of color #5C6759: hue angle of 107.14º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C6759 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB9210389-
CMYK0.1100.140.60
HSL107.14º7.29%37.65%-
HSV(B)107.14º13.59%40.39%-
XYZ11.0712.711.32-
YUV98.12122.86123.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.39%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=32.39%
G=36.27%
B=31.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal92103890.1100.140.60107.147.2937.65
Hex5C6759B0E3C6b726
Octal1341471311301674153746
Binary1011100110011110110011011011101111001101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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