#537E62

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

Shades of Como #537E62

Tints of Como #537E62

Color information

#537E62 (or 0x537E62) is unknown color: approx Como. HEX triplet: 53, 7E and 62. RGB value is (83,126,98). Sum of RGB (Red+Green+Blue) = 83+126+98=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 126 - color contains mainly: green. Hex color #537E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E62 is #AC819D. Grayscale: #6E6E6E. Windows color (decimal): -11305374 or 6454867. OLE color: 6454867.

HSL color Cylindrical-coordinate representation of color #537E62: hue angle of 140.93º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #537E62 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB8312698-
CMYK0.3400.220.51
HSL140.93º20.57%40.98%-
HSV(B)140.93º34.13%49.41%-
XYZ13.2317.6414.26-
YUV109.95121.25108.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 126 (49.61% from 255) = 41.04%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=27.04%
G=41.04%
B=31.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83126980.3400.220.51140.9320.5740.98
Hex537E6222016338d1529
Octal12317614242026632152551
Binary1010011111111011000101000100101101100111000110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537E62; }

 p { color: rgb(83,126,98); }

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

<style>
 a { background-color: #537E62; }

 a { background-color: rgb(83,126,98); }

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

<style>
 span { border-color: #537E62; }

 span { border-color: rgb(83,126,98); }

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