#537F62

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

Shades of Como #537F62

Tints of Como #537F62

Color information

#537F62 (or 0x537F62) is unknown color: approx Como. HEX triplet: 53, 7F and 62. RGB value is (83,127,98). Sum of RGB (Red+Green+Blue) = 83+127+98=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #537F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F62 is #AC809D. Grayscale: #6E6E6E. Windows color (decimal): -11305118 or 6455123. OLE color: 6455123.

HSL color Cylindrical-coordinate representation of color #537F62: hue angle of 140.45º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537F62 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB8312798-
CMYK0.3500.230.50
HSL140.45º20.95%41.18%-
HSV(B)140.45º34.65%49.8%-
XYZ13.3617.914.31-
YUV110.54120.92108.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 127 (50% from 255) = 41.23%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=26.95%
G=41.23%
B=31.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83127980.3500.230.50140.4520.9541.18
Hex537F6223017328c1529
Octal12317714243027622142551
Binary1010011111111111000101000110101111100101000110010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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