#537971

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

Shades of William #537971

Tints of William #537971

Color information

#537971 (or 0x537971) is unknown color: approx William. HEX triplet: 53, 79 and 71. RGB value is (83,121,113). Sum of RGB (Red+Green+Blue) = 83+121+113=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #537971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537971 is #AC868E. Grayscale: #6C6C6C. Windows color (decimal): -11306639 or 7436627. OLE color: 7436627.

HSL color Cylindrical-coordinate representation of color #537971: hue angle of 167.37º degrees, saturation: 0.19, 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 #537971 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB83121113-
CMYK0.3100.070.53
HSL167.37º18.63%40%-
HSV(B)167.37º31.4%47.45%-
XYZ13.3916.7118.14-
YUV108.73130.41109.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 121 (47.66% from 255) = 38.17%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=26.18%
G=38.17%
B=35.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831211130.3100.070.53167.3718.6340
Hex5379711F0735a71328
Octal1231711613707652472350
Binary1010011111100111100011111101111101011010011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537971; }

 p { color: rgb(83,121,113); }

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

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

 a { background-color: rgb(83,121,113); }

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

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

 span { border-color: rgb(83,121,113); }

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