Html Css Color HEX #5D6B59 Cactus

📋 copy color: '#5D6B59'

red 93 ◦ green 107 ◦ blue 89

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

Shades of Cactus #5D6B59

Tints of Cactus #5D6B59

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.02%

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

R = 32.18%
G = 37.02%
B = 30.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#5D6B59 (or 0x5D6B59) is known color: Cactus. HEX triplet: 5D, 6B and 59. RGB value is (93,107,89). Sum of RGB (Red+Green+Blue) = 93+107+89=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 107 - color contains mainly: green. Hex color #5D6B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6B59 is #A294A6. Grayscale: #646464. Windows color (decimal): -10654887 or 5860189. OLE color: 5860189.

HSL color Cylindrical-coordinate representation of color #5D6B59: hue angle of 106.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5D6B59 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 93 107 89 -
CMYK 0.13 0 0.17 0.58
HSL 106.67º 0.09% 0.38% -
HSV(B) 106.67º 0.17% 0.42% -
XYZ 11.58 13.56 11.46 -
YUV 100.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 93 107 89 0.13 0 0.17 0.58 106.67 0.09 0.38
Hex 5D 6B 59 D 0 11 3A 6B 9 26
Octal 135 153 131 15 0 21 72 153 11 46
Binary 1011101 1101011 1011001 1101 0 10001 111010 1101011 1001 100110

Color Harmonies of #5D6B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6B59

Black with #5D6B59

Text Example


Text Example

White with #5D6B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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