#5A7964

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

Shades of Como #5A7964

Tints of Como #5A7964

Color information

#5A7964 (or 0x5A7964) is unknown color: approx Como. HEX triplet: 5A, 79 and 64. RGB value is (90,121,100). Sum of RGB (Red+Green+Blue) = 90+121+100=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7964 is #A5869B. Grayscale: #6D6D6D. Windows color (decimal): -10847900 or 6584666. OLE color: 6584666.

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

Color convert

RGB90121100-
CMYK0.2600.170.53
HSL139.35º14.69%41.37%-
HSV(B)139.35º25.62%47.45%-
XYZ13.3516.7714.59-
YUV109.34122.73114.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.94%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=28.94%
G=38.91%
B=32.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal901211000.2600.170.53139.3514.6941.37
Hex5A79641A011358bf29
Octal13217114432021652131751
Binary10110101111001110010011010010001110101100010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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