#537861

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

Shades of Como #537861

Tints of Como #537861

Color information

#537861 (or 0x537861) is unknown color: approx Como. HEX triplet: 53, 78 and 61. RGB value is (83,120,97). Sum of RGB (Red+Green+Blue) = 83+120+97=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #537861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537861 is #AC879E. Grayscale: #6A6A6A. Windows color (decimal): -11306911 or 6387795. OLE color: 6387795.

HSL color Cylindrical-coordinate representation of color #537861: hue angle of 142.7º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537861 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB8312097-
CMYK0.3100.190.53
HSL142.7º18.23%39.8%-
HSV(B)142.7º30.83%47.06%-
XYZ12.4416.1413.77-
YUV106.32122.74111.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=27.67%
G=40%
B=32.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83120970.3100.190.53142.718.2339.8
Hex5378611F013358f1228
Octal12317014137023652172250
Binary101001111110001100001111110100111101011000111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537861; }

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

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

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

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

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

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

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

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