Html Css Color HEX #586F58 Cactus

📋 copy color: '#586F58'

red 88 ◦ green 111 ◦ blue 88

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

Shades of Cactus #586F58

Tints of Cactus #586F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 30.66%
G = 38.68%
B = 30.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#586F58 (or 0x586F58) is known color: Cactus. HEX triplet: 58, 6F and 58. RGB value is (88,111,88). Sum of RGB (Red+Green+Blue) = 88+111+88=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #586F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F58 is #A790A7. Grayscale: #656565. Windows color (decimal): -10981544 or 5795672. OLE color: 5795672.

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

Color convert

RGB 88 111 88 -
CMYK 0.21 0 0.21 0.56
HSL 120º 0.12% 0.39% -
HSV(B) 120º 0.21% 0.44% -
XYZ 11.47 14.15 11.36 -
YUV 101.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 88 111 88 0.21 0 0.21 0.56 120 0.12 0.39
Hex 58 6F 58 15 0 15 38 78 C 27
Octal 130 157 130 25 0 25 70 170 14 47
Binary 1011000 1101111 1011000 10101 0 10101 111000 1111000 1100 100111

Color Harmonies of #586F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F58

Black with #586F58

Text Example


Text Example

White with #586F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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