#5A7052

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

Shades of Cactus #5A7052

Tints of Cactus #5A7052

Color information

#5A7052 (or 0x5A7052) is unknown color: approx Cactus. HEX triplet: 5A, 70 and 52. RGB value is (90,112,82). Sum of RGB (Red+Green+Blue) = 90+112+82=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #5A7052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7052 is #A58FAD. Grayscale: #666666. Windows color (decimal): -10850222 or 5402714. OLE color: 5402714.

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

Color convert

RGB9011282-
CMYK0.2000.270.56
HSL104º15.46%38.04%-
HSV(B)104º26.79%43.92%-
XYZ11.5314.3710.15-
YUV102116.71119.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.69%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=31.69%
G=39.44%
B=28.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90112820.2000.270.5610415.4638.04
Hex5A70521401B3868f26
Octal13216012224033701501746
Binary1011010111000010100101010001101111100011010001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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