#5B7556

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

Shades of Cactus #5B7556

Tints of Cactus #5B7556

Color information

#5B7556 (or 0x5B7556) is unknown color: approx Cactus. HEX triplet: 5B, 75 and 56. RGB value is (91,117,86). Sum of RGB (Red+Green+Blue) = 91+117+86=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #5B7556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7556 is #A48AA9. Grayscale: #696969. Windows color (decimal): -10783402 or 5666139. OLE color: 5666139.

HSL color Cylindrical-coordinate representation of color #5B7556: hue angle of 110.32º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B7556 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB9111786-
CMYK0.2200.260.54
HSL110.32º15.27%39.8%-
HSV(B)110.32º26.5%45.88%-
XYZ12.3615.6211.17-
YUV105.69116.89117.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.95%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 86 (33.98% from 255) = 29.25%
R=30.95%
G=39.80%
B=29.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91117860.2200.260.54110.3215.2739.8
Hex5B75561601A366ef28
Octal13316512626032661561750
Binary1011011111010110101101011001101011011011011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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