#5C6E5B

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

Shades of Cactus #5C6E5B

Tints of Cactus #5C6E5B

Color information

#5C6E5B (or 0x5C6E5B) is unknown color: approx Cactus. HEX triplet: 5C, 6E and 5B. RGB value is (92,110,91). Sum of RGB (Red+Green+Blue) = 92+110+91=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 110 - color contains mainly: green. Hex color #5C6E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6E5B is #A391A4. Grayscale: #666666. Windows color (decimal): -10719653 or 5992028. OLE color: 5992028.

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

Color convert

RGB9211091-
CMYK0.1600.170.57
HSL116.84º9.45%39.41%-
HSV(B)116.84º17.27%43.14%-
XYZ11.8814.1812.01-
YUV102.45121.54120.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.40%
GREEN value IS 110 (43.36% from 255) = 37.54%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=31.40%
G=37.54%
B=31.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92110910.1600.170.57116.849.4539.41
Hex5C6E5B100113975927
Octal13415613320021711651147
Binary1011100110111010110111000001000111100111101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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