Html Css Color HEX #596B50 Cactus

📋 copy color: '#596B50'

red 89 ◦ green 107 ◦ blue 80

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

Shades of Cactus #596B50

Tints of Cactus #596B50

RGB

 RED value IS 89 (35.16% from 255) = 32.25%

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

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 32.25%
G = 38.77%
B = 28.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#596B50 (or 0x596B50) is known color: Cactus. HEX triplet: 59, 6B and 50. RGB value is (89,107,80). Sum of RGB (Red+Green+Blue) = 89+107+80=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #596B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B50 is #A694AF. Grayscale: #626262. Windows color (decimal): -10917040 or 5270361. OLE color: 5270361.

HSL color Cylindrical-coordinate representation of color #596B50: hue angle of 100º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #596B50 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 89 107 80 -
CMYK 0.17 0 0.25 0.58
HSL 100º 0.14% 0.37% -
HSV(B) 100º 0.25% 0.42% -
XYZ 10.83 13.22 9.57 -
YUV 98.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 89 107 80 0.17 0 0.25 0.58 100 0.14 0.37
Hex 59 6B 50 11 0 19 3A 64 E 25
Octal 131 153 120 21 0 31 72 144 16 45
Binary 1011001 1101011 1010000 10001 0 11001 111010 1100100 1110 100101

Color Harmonies of #596B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596B50

Black with #596B50

Text Example


Text Example

White with #596B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596B50; }

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

 H1.HeaderClassName
 {
   color: #596B50;
 }
 .AnyTagClassName
 {
   color: #596B50;
 }
</style>

background-color css

<style>
 a { background-color: #596B50; }

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

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

border-color css

<style>
 span { border-color: #596B50; }

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

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