#537573

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

Shades of William #537573

Tints of William #537573

Color information

#537573 (or 0x537573) is unknown color: approx William. HEX triplet: 53, 75 and 73. RGB value is (83,117,115). Sum of RGB (Red+Green+Blue) = 83+117+115=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #537573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537573 is #AC8A8C. Grayscale: #6A6A6A. Windows color (decimal): -11307661 or 7566675. OLE color: 7566675.

HSL color Cylindrical-coordinate representation of color #537573: hue angle of 176.47º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #537573 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB83117115-
CMYK0.2900.020.54
HSL176.47º17%39.22%-
HSV(B)176.47º29.06%45.88%-
XYZ13.0215.818.58-
YUV106.61132.74111.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=26.35%
G=37.14%
B=36.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831171150.2900.020.54176.471739.22
Hex5375731D0236b01127
Octal1231651633502662602147
Binary101001111101011110011111010101101101011000010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537573; }

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

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

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

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

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

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

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

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