Html Css Color HEX #586F55 Cactus

📋 copy color: '#586F55'

red 88 ◦ green 111 ◦ blue 85

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

Shades of Cactus #586F55

Tints of Cactus #586F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.93%

R = 30.99%
G = 39.08%
B = 29.93%

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

#586F55 (or 0x586F55) is known color: Cactus. HEX triplet: 58, 6F and 55. RGB value is (88,111,85). Sum of RGB (Red+Green+Blue) = 88+111+85=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #586F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F55 is #A790AA. Grayscale: #656565. Windows color (decimal): -10981547 or 5599064. OLE color: 5599064.

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

Color convert

RGB 88 111 85 -
CMYK 0.21 0 0.23 0.56
HSL 113.08º 0.13% 0.38% -
HSV(B) 113.08º 0.23% 0.44% -
XYZ 11.35 14.1 10.72 -
YUV 101.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 88 111 85 0.21 0 0.23 0.56 113.08 0.13 0.38
Hex 58 6F 55 15 0 17 38 71 D 26
Octal 130 157 125 25 0 27 70 161 15 46
Binary 1011000 1101111 1010101 10101 0 10111 111000 1110001 1101 100110

Color Harmonies of #586F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F55

Black with #586F55

Text Example


Text Example

White with #586F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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