#5D7155

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

Shades of Cactus #5D7155

Tints of Cactus #5D7155

Color information

#5D7155 (or 0x5D7155) is unknown color: approx Cactus. HEX triplet: 5D, 71 and 55. RGB value is (93,113,85). Sum of RGB (Red+Green+Blue) = 93+113+85=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #5D7155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7155 is #A28EAA. Grayscale: #676767. Windows color (decimal): -10653355 or 5599581. OLE color: 5599581.

HSL color Cylindrical-coordinate representation of color #5D7155: hue angle of 102.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D7155 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB9311385-
CMYK0.1800.250.56
HSL102.86º14.14%38.82%-
HSV(B)102.86º24.78%44.31%-
XYZ12.0614.7910.81-
YUV103.83117.37120.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.96%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 85 (33.59% from 255) = 29.21%
R=31.96%
G=38.83%
B=29.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93113850.1800.250.56102.8614.1438.82
Hex5D7155120193867e27
Octal13516112522031701471647
Binary1011101111000110101011001001100111100011001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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