Html Css Color HEX #586950 Cactus

📋 copy color: '#586950'

red 88 ◦ green 105 ◦ blue 80

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

Shades of Cactus #586950

Tints of Cactus #586950

RGB

 RED value IS 88 (34.77% from 255) = 32.23%

 GREEN value IS 105 (41.41% from 255) = 38.46%

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

R = 32.23%
G = 38.46%
B = 29.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#586950 (or 0x586950) is known color: Cactus. HEX triplet: 58, 69 and 50. RGB value is (88,105,80). Sum of RGB (Red+Green+Blue) = 88+105+80=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #586950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586950 is #A796AF. Grayscale: #616161. Windows color (decimal): -10983088 or 5269848. OLE color: 5269848.

HSL color Cylindrical-coordinate representation of color #586950: hue angle of 100.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #586950 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 105 80 -
CMYK 0.16 0 0.24 0.59
HSL 100.8º 0.14% 0.36% -
HSV(B) 100.8º 0.24% 0.41% -
XYZ 10.52 12.76 9.5 -
YUV 97.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 88 105 80 0.16 0 0.24 0.59 100.8 0.14 0.36
Hex 58 69 50 10 0 18 3B 65 E 24
Octal 130 151 120 20 0 30 73 145 16 44
Binary 1011000 1101001 1010000 10000 0 11000 111011 1100101 1110 100100

Color Harmonies of #586950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586950

Black with #586950

Text Example


Text Example

White with #586950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586950; }

 p { color: rgb(88,105,80); }

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

background-color css

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

 a { background-color: rgb(88,105,80); }

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

border-color css

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

 span { border-color: rgb(88,105,80); }

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