Html Css Color HEX #5D7159 Cactus

📋 copy color: '#5D7159'

red 93 ◦ green 113 ◦ blue 89

#5D7159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cactus #5D7159

Tints of Cactus #5D7159

RGB

 RED value IS 93 (36.72% from 255) = 31.53%

 GREEN value IS 113 (44.53% from 255) = 38.31%

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 31.53%
G = 38.31%
B = 30.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#5D7159 (or 0x5D7159) is known color: Cactus. HEX triplet: 5D, 71 and 59. RGB value is (93,113,89). Sum of RGB (Red+Green+Blue) = 93+113+89=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #5D7159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7159 is #A28EA6. Grayscale: #686868. Windows color (decimal): -10653351 or 5861725. OLE color: 5861725.

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

Color convert

RGB 93 113 89 -
CMYK 0.18 0 0.21 0.56
HSL 110º 0.12% 0.4% -
HSV(B) 110º 0.21% 0.44% -
XYZ 12.22 14.86 11.68 -
YUV 104.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 93 113 89 0.18 0 0.21 0.56 110 0.12 0.4
Hex 5D 71 59 12 0 15 38 6E C 28
Octal 135 161 131 22 0 25 70 156 14 50
Binary 1011101 1110001 1011001 10010 0 10101 111000 1101110 1100 101000

Color Harmonies of #5D7159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7159

Black with #5D7159

Text Example


Text Example

White with #5D7159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D7159;
 }
 .AnyTagClassName
 {
   color: #5D7159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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