#537372

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

Shades of William #537372

Tints of William #537372

Color information

#537372 (or 0x537372) is unknown color: approx William. HEX triplet: 53, 73 and 72. RGB value is (83,115,114). Sum of RGB (Red+Green+Blue) = 83+115+114=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #537372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537372 is #AC8C8D. Grayscale: #696969. Windows color (decimal): -11308174 or 7500627. OLE color: 7500627.

HSL color Cylindrical-coordinate representation of color #537372: hue angle of 178.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #537372 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB83115114-
CMYK0.2800.010.55
HSL178.12º16.16%38.82%-
HSV(B)178.12º27.83%45.1%-
XYZ12.7415.3218.2-
YUV105.32132.9112.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=26.60%
G=36.86%
B=36.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831151140.2800.010.55178.1216.1638.82
Hex5373721C0137b21027
Octal1231631623401672622047
Binary10100111110011111001011100011101111011001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537372; }

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

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

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

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

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

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

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

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