#586B50

Color #586B50 Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #586B50

Tints of Cactus #586B50

Color information

#586B50 (or 0x586B50) is unknown color: approx Cactus. HEX triplet: 58, 6B and 50. RGB value is (88,107,80). Sum of RGB (Red+Green+Blue) = 88+107+80=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 107 - color contains mainly: green. Hex color #586B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B50 is #A794AF. Grayscale: #626262. Windows color (decimal): -10982576 or 5270360. OLE color: 5270360.

HSL color Cylindrical-coordinate representation of color #586B50: hue angle of 102.22º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #586B50 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB8810780-
CMYK0.1800.250.58
HSL102.22º14.44%36.67%-
HSV(B)102.22º25.23%41.96%-
XYZ10.7313.179.57-
YUV98.24117.71120.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32%
GREEN value IS 107 (42.19% from 255) = 38.91%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=32%
G=38.91%
B=29.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88107800.1800.250.58102.2214.4436.67
Hex586B50120193A66e25
Octal13015312022031721461645
Binary1011000110101110100001001001100111101011001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #586B50;
 }
 .AnyTagClassName
 {
   color: #586B50;
 }
</style>
background-color css

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

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

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

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

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

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