Html Css Color HEX #586B55 Cactus

📋 copy color: '#586B55'

red 88 ◦ green 107 ◦ blue 85

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

Shades of Cactus #586B55

Tints of Cactus #586B55

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.21%

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

R = 31.43%
G = 38.21%
B = 30.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#586B55 (or 0x586B55) is known color: Cactus. HEX triplet: 58, 6B and 55. RGB value is (88,107,85). Sum of RGB (Red+Green+Blue) = 88+107+85=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #586B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B55 is #A794AA. Grayscale: #626262. Windows color (decimal): -10982571 or 5598040. OLE color: 5598040.

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

Color convert

RGB 88 107 85 -
CMYK 0.18 0 0.21 0.58
HSL 111.82º 0.11% 0.38% -
HSV(B) 111.82º 0.21% 0.42% -
XYZ 10.92 13.25 10.58 -
YUV 98.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 88 107 85 0.18 0 0.21 0.58 111.82 0.11 0.38
Hex 58 6B 55 12 0 15 3A 70 B 26
Octal 130 153 125 22 0 25 72 160 13 46
Binary 1011000 1101011 1010101 10010 0 10101 111010 1110000 1011 100110

Color Harmonies of #586B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586B55

Black with #586B55

Text Example


Text Example

White with #586B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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