#5D6659

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

Shades of Cactus #5D6659

Tints of Cactus #5D6659

Color information

#5D6659 (or 0x5D6659) is unknown color: approx Cactus. HEX triplet: 5D, 66 and 59. RGB value is (93,102,89). Sum of RGB (Red+Green+Blue) = 93+102+89=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6659 is #A299A6. Grayscale: #616161. Windows color (decimal): -10656167 or 5858909. OLE color: 5858909.

HSL color Cylindrical-coordinate representation of color #5D6659: hue angle of 101.54º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5D6659 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB9310289-
CMYK0.0900.130.6
HSL101.54º6.81%37.45%-
HSV(B)101.54º12.75%40%-
XYZ11.0712.5511.29-
YUV97.83123.02124.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.75%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=32.75%
G=35.92%
B=31.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal93102890.0900.130.6101.546.8137.45
Hex5D665990D3C66725
Octal1351461311101574146745
Binary1011101110011010110011001011011111001100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,102,89); }

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

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

 a { background-color: rgb(93,102,89); }

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

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

 span { border-color: rgb(93,102,89); }

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