#5D6F55

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

Shades of Cactus #5D6F55

Tints of Cactus #5D6F55

Color information

#5D6F55 (or 0x5D6F55) is unknown color: approx Cactus. HEX triplet: 5D, 6F and 55. RGB value is (93,111,85). Sum of RGB (Red+Green+Blue) = 93+111+85=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6F55 is #A290AA. Grayscale: #666666. Windows color (decimal): -10653867 or 5599069. OLE color: 5599069.

HSL color Cylindrical-coordinate representation of color #5D6F55: hue angle of 101.54º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D6F55 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB9311185-
CMYK0.1600.230.56
HSL101.54º13.27%38.43%-
HSV(B)101.54º23.42%43.53%-
XYZ11.8414.3510.74-
YUV102.65118.04121.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.18%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=32.18%
G=38.41%
B=29.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93111850.1600.230.56101.5413.2738.43
Hex5D6F55100173866d26
Octal13515712520027701461546
Binary1011101110111110101011000001011111100011001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,111,85); }

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

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

 a { background-color: rgb(93,111,85); }

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

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

 span { border-color: rgb(93,111,85); }

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