Html Css Color HEX #586F56 Cactus

📋 copy color: '#586F56'

red 88 ◦ green 111 ◦ blue 86

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

Shades of Cactus #586F56

Tints of Cactus #586F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.18%

R = 30.88%
G = 38.95%
B = 30.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#586F56 (or 0x586F56) is known color: Cactus. HEX triplet: 58, 6F and 56. RGB value is (88,111,86). Sum of RGB (Red+Green+Blue) = 88+111+86=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #586F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F56 is #A790A9. Grayscale: #656565. Windows color (decimal): -10981546 or 5664600. OLE color: 5664600.

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

Color convert

RGB 88 111 86 -
CMYK 0.21 0 0.23 0.56
HSL 115.2º 0.13% 0.39% -
HSV(B) 115.2º 0.23% 0.44% -
XYZ 11.39 14.12 10.93 -
YUV 101.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 88 111 86 0.21 0 0.23 0.56 115.2 0.13 0.39
Hex 58 6F 56 15 0 17 38 73 D 27
Octal 130 157 126 25 0 27 70 163 15 47
Binary 1011000 1101111 1010110 10101 0 10111 111000 1110011 1101 100111

Color Harmonies of #586F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F56

Black with #586F56

Text Example


Text Example

White with #586F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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