#5B6F52

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

Shades of Cactus #5B6F52

Tints of Cactus #5B6F52

Color information

#5B6F52 (or 0x5B6F52) is unknown color: approx Cactus. HEX triplet: 5B, 6F and 52. RGB value is (91,111,82). Sum of RGB (Red+Green+Blue) = 91+111+82=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6F52 is #A490AD. Grayscale: #656565. Windows color (decimal): -10784942 or 5402459. OLE color: 5402459.

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

Color convert

RGB9111182-
CMYK0.1800.260.56
HSL101.38º15.03%37.84%-
HSV(B)101.38º26.13%43.53%-
XYZ11.5214.210.12-
YUV101.71116.87120.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.04%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=32.04%
G=39.08%
B=28.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91111820.1800.260.56101.3815.0337.84
Hex5B6F521201A3865f26
Octal13315712222032701451746
Binary1011011110111110100101001001101011100011001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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