#5B6F56

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

Shades of Cactus #5B6F56

Tints of Cactus #5B6F56

Color information

#5B6F56 (or 0x5B6F56) is unknown color: approx Cactus. HEX triplet: 5B, 6F and 56. RGB value is (91,111,86). Sum of RGB (Red+Green+Blue) = 91+111+86=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6F56 is #A490A9. Grayscale: #666666. Windows color (decimal): -10784938 or 5664603. OLE color: 5664603.

HSL color Cylindrical-coordinate representation of color #5B6F56: hue angle of 108º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B6F56 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB9111186-
CMYK0.1800.230.56
HSL108º12.69%38.63%-
HSV(B)108º22.52%43.53%-
XYZ11.6814.2610.94-
YUV102.17118.87120.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.60%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 86 (33.98% from 255) = 29.86%
R=31.60%
G=38.54%
B=29.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91111860.1800.230.5610812.6938.63
Hex5B6F5612017386cd27
Octal13315712622027701541547
Binary1011011110111110101101001001011111100011011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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