#50716E

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

Shades of William #50716E

Tints of William #50716E

Color information

#50716E (or 0x50716E) is unknown color: approx William. HEX triplet: 50, 71 and 6E. RGB value is (80,113,110). Sum of RGB (Red+Green+Blue) = 80+113+110=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #50716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50716E is #AF8E91. Grayscale: #666666. Windows color (decimal): -11505298 or 7237968. OLE color: 7237968.

HSL color Cylindrical-coordinate representation of color #50716E: hue angle of 174.55º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50716E is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB80113110-
CMYK0.2900.030.56
HSL174.55º17.1%37.84%-
HSV(B)174.55º29.2%44.31%-
XYZ12.0314.6416.94-
YUV102.79132.07111.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=26.40%
G=37.29%
B=36.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801131100.2900.030.56174.5517.137.84
Hex50716E1D0338af1126
Octal1201611563503702572146
Binary101000011100011101110111010111110001010111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50716E; }

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

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

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

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

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

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

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

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