#507372

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

Shades of William #507372

Tints of William #507372

Color information

#507372 (or 0x507372) is unknown color: approx William. HEX triplet: 50, 73 and 72. RGB value is (80,115,114). Sum of RGB (Red+Green+Blue) = 80+115+114=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #507372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507372 is #AF8C8D. Grayscale: #686868. Windows color (decimal): -11504782 or 7500624. OLE color: 7500624.

HSL color Cylindrical-coordinate representation of color #507372: hue angle of 178.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507372 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB80115114-
CMYK0.3000.010.55
HSL178.29º17.95%38.24%-
HSV(B)178.29º30.43%45.1%-
XYZ12.4815.1818.19-
YUV104.42133.4110.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=25.89%
G=37.22%
B=36.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801151140.3000.010.55178.2917.9538.24
Hex5073721E0137b21226
Octal1201631623601672622246
Binary10100001110011111001011110011101111011001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507372; }

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

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

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

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

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

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

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

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