#537261

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

Shades of Como #537261

Tints of Como #537261

Color information

#537261 (or 0x537261) is unknown color: approx Como. HEX triplet: 53, 72 and 61. RGB value is (83,114,97). Sum of RGB (Red+Green+Blue) = 83+114+97=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #537261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537261 is #AC8D9E. Grayscale: #666666. Windows color (decimal): -11308447 or 6386259. OLE color: 6386259.

HSL color Cylindrical-coordinate representation of color #537261: hue angle of 147.1º 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 #537261 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB8311497-
CMYK0.2700.150.55
HSL147.1º15.74%38.63%-
HSV(B)147.1º27.19%44.71%-
XYZ11.7414.7413.53-
YUV102.79124.73113.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=28.23%
G=38.78%
B=32.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114970.2700.150.55147.115.7438.63
Hex5372611B0F37931027
Octal12316214133017672232047
Binary10100111110010110000111011011111101111001001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537261; }

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

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

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

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

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

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

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

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