Html Css Color HEX #586F4C Cactus

📋 copy color: '#586F4C'

red 88 ◦ green 111 ◦ blue 76

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

Shades of Cactus #586F4C

Tints of Cactus #586F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.64%

R = 32%
G = 40.36%
B = 27.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#586F4C (or 0x586F4C) is known color: Cactus. HEX triplet: 58, 6F and 4C. RGB value is (88,111,76). Sum of RGB (Red+Green+Blue) = 88+111+76=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #586F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586F4C is #A790B3. Grayscale: #646464. Windows color (decimal): -10981556 or 5009240. OLE color: 5009240.

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

Color convert

RGB 88 111 76 -
CMYK 0.21 0 0.32 0.56
HSL 99.43º 0.19% 0.37% -
HSV(B) 99.43º 0.32% 0.44% -
XYZ 11.01 13.97 8.95 -
YUV 100.13 114.38 119.35 -
System Red Green Blue C M Y K H S L
Decimal 88 111 76 0.21 0 0.32 0.56 99.43 0.19 0.37
Hex 58 6F 4C 15 0 20 38 63 13 25
Octal 130 157 114 25 0 40 70 143 23 45
Binary 1011000 1101111 1001100 10101 0 100000 111000 1100011 10011 100101

Color Harmonies of #586F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F4C

Black with #586F4C

Text Example


Text Example

White with #586F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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