#5A6E51

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

Shades of Cactus #5A6E51

Tints of Cactus #5A6E51

Color information

#5A6E51 (or 0x5A6E51) is unknown color: approx Cactus. HEX triplet: 5A, 6E and 51. RGB value is (90,110,81). Sum of RGB (Red+Green+Blue) = 90+110+81=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6E51 is #A591AE. Grayscale: #646464. Windows color (decimal): -10850735 or 5336666. OLE color: 5336666.

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

Color convert

RGB9011081-
CMYK0.1800.260.57
HSL101.38º15.18%37.45%-
HSV(B)101.38º26.36%43.14%-
XYZ11.2813.929.88-
YUV100.71116.87120.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.03%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=32.03%
G=39.15%
B=28.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90110810.1800.260.57101.3815.1837.45
Hex5A6E511201A3965f25
Octal13215612122032711451745
Binary1011010110111010100011001001101011100111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,110,81); }

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

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

 a { background-color: rgb(90,110,81); }

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

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

 span { border-color: rgb(90,110,81); }

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