#5C6457

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

Shades of Cactus #5C6457

Tints of Cactus #5C6457

Color information

#5C6457 (or 0x5C6457) is unknown color: approx Cactus. HEX triplet: 5C, 64 and 57. RGB value is (92,100,87). Sum of RGB (Red+Green+Blue) = 92+100+87=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 100 - color contains mainly: green. Hex color #5C6457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6457 is #A39BA8. Grayscale: #606060. Windows color (decimal): -10722217 or 5727324. OLE color: 5727324.

HSL color Cylindrical-coordinate representation of color #5C6457: hue angle of 96.92º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5C6457 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB9210087-
CMYK0.0800.130.61
HSL96.92º6.95%36.67%-
HSV(B)96.92º13%39.22%-
XYZ10.6912.0810.78-
YUV96.13122.85125.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.97%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 87 (34.38% from 255) = 31.18%
R=32.97%
G=35.84%
B=31.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal92100870.0800.130.6196.926.9536.67
Hex5C645780D3D61725
Octal1341441271001575141745
Binary1011100110010010101111000011011111011100001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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