#5A6C56

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

Shades of Cactus #5A6C56

Tints of Cactus #5A6C56

Color information

#5A6C56 (or 0x5A6C56) is unknown color: approx Cactus. HEX triplet: 5A, 6C and 56. RGB value is (90,108,86). Sum of RGB (Red+Green+Blue) = 90+108+86=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C56 is #A593A9. Grayscale: #646464. Windows color (decimal): -10851242 or 5663834. OLE color: 5663834.

HSL color Cylindrical-coordinate representation of color #5A6C56: hue angle of 109.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A6C56 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB9010886-
CMYK0.1700.200.58
HSL109.09º11.34%38.04%-
HSV(B)109.09º20.37%42.35%-
XYZ11.2613.5710.83-
YUV100.11120.04120.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.69%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=31.69%
G=38.03%
B=30.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90108860.1700.200.58109.0911.3438.04
Hex5A6C56110143A6db26
Octal13215412621024721551346
Binary1011010110110010101101000101010011101011011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,108,86); }

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

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

 a { background-color: rgb(90,108,86); }

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

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

 span { border-color: rgb(90,108,86); }

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