Html Css Color HEX #586F50 Cactus

📋 copy color: '#586F50'

red 88 ◦ green 111 ◦ blue 80

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

Shades of Cactus #586F50

Tints of Cactus #586F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.78%

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

R = 31.54%
G = 39.78%
B = 28.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#586F50 (or 0x586F50) is known color: Cactus. HEX triplet: 58, 6F and 50. RGB value is (88,111,80). Sum of RGB (Red+Green+Blue) = 88+111+80=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 111 - color contains mainly: green. Hex color #586F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F50 is #A790AF. Grayscale: #646464. Windows color (decimal): -10981552 or 5271384. OLE color: 5271384.

HSL color Cylindrical-coordinate representation of color #586F50: hue angle of 104.52º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #586F50 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 111 80 -
CMYK 0.21 0 0.28 0.56
HSL 104.52º 0.16% 0.37% -
HSV(B) 104.52º 0.28% 0.44% -
XYZ 11.16 14.02 9.71 -
YUV 100.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 88 111 80 0.21 0 0.28 0.56 104.52 0.16 0.37
Hex 58 6F 50 15 0 1C 38 69 10 25
Octal 130 157 120 25 0 34 70 151 20 45
Binary 1011000 1101111 1010000 10101 0 11100 111000 1101001 10000 100101

Color Harmonies of #586F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F50

Black with #586F50

Text Example


Text Example

White with #586F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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