#5C6059

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

Shades of Cactus #5C6059

Tints of Cactus #5C6059

Color information

#5C6059 (or 0x5C6059) is unknown color: approx Cactus. HEX triplet: 5C, 60 and 59. RGB value is (92,96,89). Sum of RGB (Red+Green+Blue) = 92+96+89=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6059 is #A39FA6. Grayscale: #5E5E5E. Windows color (decimal): -10723239 or 5857372. OLE color: 5857372.

HSL color Cylindrical-coordinate representation of color #5C6059: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C6059 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB929689-
CMYK0.0400.070.62
HSL94.29º3.78%36.27%-
HSV(B)94.29º7.29%37.65%-
XYZ10.411.3611.1-
YUV94.01125.17126.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.21%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=33.21%
G=34.66%
B=32.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9296890.0400.070.6294.293.7836.27
Hex5C60594073E5e424
Octal13414013140776136444
Binary10111001100000101100110001111111101011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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