#5C6A59

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

Shades of Cactus #5C6A59

Tints of Cactus #5C6A59

Color information

#5C6A59 (or 0x5C6A59) is unknown color: approx Cactus. HEX triplet: 5C, 6A and 59. RGB value is (92,106,89). Sum of RGB (Red+Green+Blue) = 92+106+89=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 106 - color contains mainly: green. Hex color #5C6A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6A59 is #A395A6. Grayscale: #636363. Windows color (decimal): -10720679 or 5859932. OLE color: 5859932.

HSL color Cylindrical-coordinate representation of color #5C6A59: hue angle of 109.41º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C6A59 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB9210689-
CMYK0.1300.160.58
HSL109.41º8.72%38.24%-
HSV(B)109.41º16.04%41.57%-
XYZ11.3713.311.42-
YUV99.88121.86122.38-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=32.06%
G=36.93%
B=31.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92106890.1300.160.58109.418.7238.24
Hex5C6A59D0103A6d926
Octal13415213115020721551146
Binary101110011010101011001110101000011101011011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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