#5A7C60

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

Shades of Como #5A7C60

Tints of Como #5A7C60

Color information

#5A7C60 (or 0x5A7C60) is unknown color: approx Como. HEX triplet: 5A, 7C and 60. RGB value is (90,124,96). Sum of RGB (Red+Green+Blue) = 90+124+96=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #5A7C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7C60 is #A5839F. Grayscale: #6E6E6E. Windows color (decimal): -10847136 or 6323290. OLE color: 6323290.

HSL color Cylindrical-coordinate representation of color #5A7C60: hue angle of 130.59º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7C60 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB9012496-
CMYK0.2700.230.51
HSL130.59º15.89%41.96%-
HSV(B)130.59º27.42%48.63%-
XYZ13.5417.4313.72-
YUV110.64119.74113.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.03%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=29.03%
G=40%
B=30.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90124960.2700.230.51130.5915.8941.96
Hex5A7C601B0173383102a
Octal13217414033027632032052
Binary101101011111001100000110110101111100111000001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,124,96); }

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

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

 a { background-color: rgb(90,124,96); }

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

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

 span { border-color: rgb(90,124,96); }

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