#5C6A5B

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

Shades of Cactus #5C6A5B

Tints of Cactus #5C6A5B

Color information

#5C6A5B (or 0x5C6A5B) is unknown color: approx Cactus. HEX triplet: 5C, 6A and 5B. RGB value is (92,106,91). Sum of RGB (Red+Green+Blue) = 92+106+91=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 106 - color contains mainly: green. Hex color #5C6A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6A5B is #A395A4. Grayscale: #646464. Windows color (decimal): -10720677 or 5991004. OLE color: 5991004.

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

Color convert

RGB9210691-
CMYK0.1300.140.58
HSL116º7.61%38.63%-
HSV(B)116º14.15%41.57%-
XYZ11.4613.3411.87-
YUV100.1122.86122.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.83%
GREEN value IS 106 (41.80% from 255) = 36.68%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=31.83%
G=36.68%
B=31.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92106910.1300.140.581167.6138.63
Hex5C6A5BD0E3A74827
Octal13415213315016721641047
Binary10111001101010101101111010111011101011101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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