#5A795F

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

Shades of Como #5A795F

Tints of Como #5A795F

Color information

#5A795F (or 0x5A795F) is unknown color: approx Como. HEX triplet: 5A, 79 and 5F. RGB value is (90,121,95). Sum of RGB (Red+Green+Blue) = 90+121+95=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #5A795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A795F is #A586A0. Grayscale: #6C6C6C. Windows color (decimal): -10847905 or 6256986. OLE color: 6256986.

HSL color Cylindrical-coordinate representation of color #5A795F: hue angle of 129.68º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A795F is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB9012195-
CMYK0.2600.210.53
HSL129.68º14.69%41.37%-
HSV(B)129.68º25.62%47.45%-
XYZ13.1216.6713.35-
YUV108.77120.23114.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.41%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=29.41%
G=39.54%
B=31.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90121950.2600.210.53129.6814.6941.37
Hex5A795F1A0153582f29
Octal13217113732025652021751
Binary10110101111001101111111010010101110101100000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,121,95); }

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

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

 a { background-color: rgb(90,121,95); }

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

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

 span { border-color: rgb(90,121,95); }

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