#5B6951

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

Shades of Cactus #5B6951

Tints of Cactus #5B6951

Color information

#5B6951 (or 0x5B6951) is unknown color: approx Cactus. HEX triplet: 5B, 69 and 51. RGB value is (91,105,81). Sum of RGB (Red+Green+Blue) = 91+105+81=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #5B6951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6951 is #A496AE. Grayscale: #626262. Windows color (decimal): -10786479 or 5335387. OLE color: 5335387.

HSL color Cylindrical-coordinate representation of color #5B6951: hue angle of 95º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B6951 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB9110581-
CMYK0.1300.230.59
HSL95º12.9%36.47%-
HSV(B)95º22.86%41.18%-
XYZ10.8512.929.71-
YUV98.08118.36122.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.85%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=32.85%
G=37.91%
B=29.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91105810.1300.230.599512.936.47
Hex5B6951D0173B5fd24
Octal13315112115027731371544
Binary101101111010011010001110101011111101110111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,105,81); }

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

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

 a { background-color: rgb(91,105,81); }

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

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

 span { border-color: rgb(91,105,81); }

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