#5D615C

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

Shades of Cactus #5D615C

Tints of Cactus #5D615C

Color information

#5D615C (or 0x5D615C) is unknown color: approx Cactus. HEX triplet: 5D, 61 and 5C. RGB value is (93,97,92). Sum of RGB (Red+Green+Blue) = 93+97+92=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 97 - color contains mainly: green. Hex color #5D615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D615C is #A29EA3. Grayscale: #5F5F5F. Windows color (decimal): -10657444 or 6054237. OLE color: 6054237.

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

Color convert

RGB939792-
CMYK0.0400.050.62
HSL108º2.65%37.06%-
HSV(B)108º5.15%38.04%-
XYZ10.7211.6511.81-
YUV95.23126.17126.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.98%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=32.98%
G=34.40%
B=32.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9397920.0400.050.621082.6537.06
Hex5D615C4053E6c325
Octal13514113440576154345
Binary1011101110000110111001000101111110110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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