#537260

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

Shades of Como #537260

Tints of Como #537260

Color information

#537260 (or 0x537260) is unknown color: approx Como. HEX triplet: 53, 72 and 60. RGB value is (83,114,96). Sum of RGB (Red+Green+Blue) = 83+114+96=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #537260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537260 is #AC8D9F. Grayscale: #666666. Windows color (decimal): -11308448 or 6320723. OLE color: 6320723.

HSL color Cylindrical-coordinate representation of color #537260: hue angle of 145.16º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #537260 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB8311496-
CMYK0.2700.160.55
HSL145.16º15.74%38.63%-
HSV(B)145.16º27.19%44.71%-
XYZ11.714.7213.29-
YUV102.68124.23113.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=28.33%
G=38.91%
B=32.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114960.2700.160.55145.1615.7438.63
Hex5372601B01037911027
Octal12316214033020672212047
Binary101001111100101100000110110100001101111001000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537260; }

 p { color: rgb(83,114,96); }

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

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

 a { background-color: rgb(83,114,96); }

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

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

 span { border-color: rgb(83,114,96); }

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