#5A6F52

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

Shades of Cactus #5A6F52

Tints of Cactus #5A6F52

Color information

#5A6F52 (or 0x5A6F52) is unknown color: approx Cactus. HEX triplet: 5A, 6F and 52. RGB value is (90,111,82). Sum of RGB (Red+Green+Blue) = 90+111+82=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #5A6F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6F52 is #A590AD. Grayscale: #656565. Windows color (decimal): -10850478 or 5402458. OLE color: 5402458.

HSL color Cylindrical-coordinate representation of color #5A6F52: hue angle of 103.45º 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 #5A6F52 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB9011182-
CMYK0.1900.260.56
HSL103.45º15.03%37.84%-
HSV(B)103.45º26.13%43.53%-
XYZ11.4214.1510.11-
YUV101.42117.04119.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=31.80%
G=39.22%
B=28.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90111820.1900.260.56103.4515.0337.84
Hex5A6F521301A3867f26
Octal13215712223032701471746
Binary1011010110111110100101001101101011100011001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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