#5D655B

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

Shades of Cactus #5D655B

Tints of Cactus #5D655B

Color information

#5D655B (or 0x5D655B) is unknown color: approx Cactus. HEX triplet: 5D, 65 and 5B. RGB value is (93,101,91). Sum of RGB (Red+Green+Blue) = 93+101+91=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 101 - color contains mainly: green. Hex color #5D655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D655B is #A29AA4. Grayscale: #616161. Windows color (decimal): -10656421 or 5989725. OLE color: 5989725.

HSL color Cylindrical-coordinate representation of color #5D655B: hue angle of 108º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D655B is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB9310191-
CMYK0.0800.100.60
HSL108º5.21%37.65%-
HSV(B)108º9.9%39.61%-
XYZ11.0612.3911.71-
YUV97.47124.35124.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=32.63%
G=35.44%
B=31.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal93101910.0800.100.601085.2137.65
Hex5D655B80A3C6c526
Octal1351451331001274154546
Binary1011101110010110110111000010101111001101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,101,91); }

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

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

 a { background-color: rgb(93,101,91); }

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

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

 span { border-color: rgb(93,101,91); }

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