#5C615B

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

Shades of Cactus #5C615B

Tints of Cactus #5C615B

Color information

#5C615B (or 0x5C615B) is unknown color: approx Cactus. HEX triplet: 5C, 61 and 5B. RGB value is (92,97,91). Sum of RGB (Red+Green+Blue) = 92+97+91=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 97 - color contains mainly: green. Hex color #5C615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C615B is #A39EA4. Grayscale: #5E5E5E. Windows color (decimal): -10722981 or 5988700. OLE color: 5988700.

HSL color Cylindrical-coordinate representation of color #5C615B: hue angle of 110º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5C615B is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB929791-
CMYK0.0500.060.62
HSL110º3.19%36.86%-
HSV(B)110º6.19%38.04%-
XYZ10.5811.5811.58-
YUV94.82125.84125.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.86%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=32.86%
G=34.64%
B=32.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297910.0500.060.621103.1936.86
Hex5C615B5063E6e325
Octal13414113350676156345
Binary1011100110000110110111010110111110110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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