#50756F

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

Shades of William #50756F

Tints of William #50756F

Color information

#50756F (or 0x50756F) is unknown color: approx William. HEX triplet: 50, 75 and 6F. RGB value is (80,117,111). Sum of RGB (Red+Green+Blue) = 80+117+111=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #50756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50756F is #AF8A90. Grayscale: #696969. Windows color (decimal): -11504273 or 7304528. OLE color: 7304528.

HSL color Cylindrical-coordinate representation of color #50756F: hue angle of 170.27º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50756F is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB80117111-
CMYK0.3200.050.54
HSL170.27º18.78%38.63%-
HSV(B)170.27º31.62%45.88%-
XYZ12.5415.5817.38-
YUV105.25131.24109.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=25.97%
G=37.99%
B=36.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801171110.3200.050.54170.2718.7838.63
Hex50756F200536aa1327
Octal1201651574005662522347
Binary10100001110101110111110000001011101101010101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50756F; }

 p { color: rgb(80,117,111); }

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

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

 a { background-color: rgb(80,117,111); }

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

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

 span { border-color: rgb(80,117,111); }

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