#537973

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

Shades of William #537973

Tints of William #537973

Color information

#537973 (or 0x537973) is unknown color: approx William. HEX triplet: 53, 79 and 73. RGB value is (83,121,115). Sum of RGB (Red+Green+Blue) = 83+121+115=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #537973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537973 is #AC868C. Grayscale: #6C6C6C. Windows color (decimal): -11306637 or 7567699. OLE color: 7567699.

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

Color convert

RGB83121115-
CMYK0.3100.050.53
HSL170.53º18.63%40%-
HSV(B)170.53º31.4%47.45%-
XYZ13.516.7518.74-
YUV108.95131.41109.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=26.02%
G=37.93%
B=36.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831211150.3100.050.53170.5318.6340
Hex5379731F0535ab1328
Octal1231711633705652532350
Binary1010011111100111100111111101011101011010101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537973; }

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

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

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

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

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

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

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

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