#5C7556

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

Shades of Cactus #5C7556

Tints of Cactus #5C7556

Color information

#5C7556 (or 0x5C7556) is unknown color: approx Cactus. HEX triplet: 5C, 75 and 56. RGB value is (92,117,86). Sum of RGB (Red+Green+Blue) = 92+117+86=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7556 is #A38AA9. Grayscale: #6A6A6A. Windows color (decimal): -10717866 or 5666140. OLE color: 5666140.

HSL color Cylindrical-coordinate representation of color #5C7556: hue angle of 108.39º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C7556 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB9211786-
CMYK0.2100.260.54
HSL108.39º15.27%39.8%-
HSV(B)108.39º26.5%45.88%-
XYZ12.4515.6711.17-
YUV105.99116.72118.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.19%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 86 (33.98% from 255) = 29.15%
R=31.19%
G=39.66%
B=29.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92117860.2100.260.54108.3915.2739.8
Hex5C75561501A366cf28
Octal13416512625032661541750
Binary1011100111010110101101010101101011011011011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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