#507172

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

Shades of William #507172

Tints of William #507172

Color information

#507172 (or 0x507172) is unknown color: approx William. HEX triplet: 50, 71 and 72. RGB value is (80,113,114). Sum of RGB (Red+Green+Blue) = 80+113+114=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #507172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507172 is #AF8E8D. Grayscale: #676767. Windows color (decimal): -11505294 or 7500112. OLE color: 7500112.

HSL color Cylindrical-coordinate representation of color #507172: hue angle of 181.76º 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 #507172 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB80113114-
CMYK0.300.0100.55
HSL181.76º17.53%38.04%-
HSV(B)181.76º29.82%44.71%-
XYZ12.2514.7318.12-
YUV103.25134.07111.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=26.06%
G=36.81%
B=37.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801131140.300.0100.55181.7617.5338.04
Hex5071721E1037b61226
Octal1201611623610672662246
Binary10100001110001111001011110101101111011011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507172; }

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

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

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

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

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

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

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

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