#537A61

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

Shades of Como #537A61

Tints of Como #537A61

Color information

#537A61 (or 0x537A61) is unknown color: approx Como. HEX triplet: 53, 7A and 61. RGB value is (83,122,97). Sum of RGB (Red+Green+Blue) = 83+122+97=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 122 - color contains mainly: green. Hex color #537A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A61 is #AC859E. Grayscale: #6B6B6B. Windows color (decimal): -11306399 or 6388307. OLE color: 6388307.

HSL color Cylindrical-coordinate representation of color #537A61: hue angle of 141.54º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537A61 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB8312297-
CMYK0.3200.200.52
HSL141.54º19.02%40.2%-
HSV(B)141.54º31.97%47.84%-
XYZ12.6816.6213.85-
YUV107.49122.08110.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 122 (48.05% from 255) = 40.40%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=27.48%
G=40.40%
B=32.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83122970.3200.200.52141.5419.0240.2
Hex537A6120014348e1328
Octal12317214140024642162350
Binary1010011111101011000011000000101001101001000111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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