#5C6D56

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

Shades of Cactus #5C6D56

Tints of Cactus #5C6D56

Color information

#5C6D56 (or 0x5C6D56) is unknown color: approx Cactus. HEX triplet: 5C, 6D and 56. RGB value is (92,109,86). Sum of RGB (Red+Green+Blue) = 92+109+86=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #5C6D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6D56 is #A392A9. Grayscale: #656565. Windows color (decimal): -10719914 or 5664092. OLE color: 5664092.

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

Color convert

RGB9210986-
CMYK0.1600.210.57
HSL104.35º11.79%38.24%-
HSV(B)104.35º21.1%42.75%-
XYZ11.5613.8810.87-
YUV101.3119.37121.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=32.06%
G=37.98%
B=29.97%

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
Decimal92109860.1600.210.57104.3511.7938.24
Hex5C6D56100153968c26
Octal13415512620025711501446
Binary1011100110110110101101000001010111100111010001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,109,86); }

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

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

 a { background-color: rgb(92,109,86); }

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

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

 span { border-color: rgb(92,109,86); }

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