#5B6D56

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

Shades of Cactus #5B6D56

Tints of Cactus #5B6D56

Color information

#5B6D56 (or 0x5B6D56) is unknown color: approx Cactus. HEX triplet: 5B, 6D and 56. RGB value is (91,109,86). Sum of RGB (Red+Green+Blue) = 91+109+86=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #5B6D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6D56 is #A492A9. Grayscale: #656565. Windows color (decimal): -10785450 or 5664091. OLE color: 5664091.

HSL color Cylindrical-coordinate representation of color #5B6D56: hue angle of 106.96º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B6D56 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB9110986-
CMYK0.1700.210.57
HSL106.96º11.79%38.24%-
HSV(B)106.96º21.1%42.75%-
XYZ11.4613.8310.87-
YUV101119.54120.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=31.82%
G=38.11%
B=30.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91109860.1700.210.57106.9611.7938.24
Hex5B6D5611015396bc26
Octal13315512621025711531446
Binary1011011110110110101101000101010111100111010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B6D56; }

 p { color: rgb(91,109,86); }

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

<style>
 a { background-color: #5B6D56; }

 a { background-color: rgb(91,109,86); }

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

<style>
 span { border-color: #5B6D56; }

 span { border-color: rgb(91,109,86); }

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