#5A6E60

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

Shades of Como #5A6E60

Tints of Como #5A6E60

Color information

#5A6E60 (or 0x5A6E60) is unknown color: approx Como. HEX triplet: 5A, 6E and 60. RGB value is (90,110,96). Sum of RGB (Red+Green+Blue) = 90+110+96=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6E60 is #A5919F. Grayscale: #666666. Windows color (decimal): -10850720 or 6319706. OLE color: 6319706.

HSL color Cylindrical-coordinate representation of color #5A6E60: hue angle of 138º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A6E60 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB9011096-
CMYK0.1800.130.57
HSL138º10%39.22%-
HSV(B)138º18.18%43.14%-
XYZ11.914.1713.17-
YUV102.42124.37119.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.41%
GREEN value IS 110 (43.36% from 255) = 37.16%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=30.41%
G=37.16%
B=32.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90110960.1800.130.571381039.22
Hex5A6E60120D398aa27
Octal13215614022015712121247
Binary1011010110111011000001001001101111001100010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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