#50715C

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

Shades of Como #50715C

Tints of Como #50715C

Color information

#50715C (or 0x50715C) is unknown color: approx Como. HEX triplet: 50, 71 and 5C. RGB value is (80,113,92). Sum of RGB (Red+Green+Blue) = 80+113+92=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #50715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50715C is #AF8EA3. Grayscale: #646464. Windows color (decimal): -11505316 or 6058320. OLE color: 6058320.

HSL color Cylindrical-coordinate representation of color #50715C: hue angle of 141.82º 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 #50715C is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB8011392-
CMYK0.2900.190.56
HSL141.82º17.1%37.84%-
HSV(B)141.82º29.2%44.31%-
XYZ11.1514.2912.3-
YUV100.74123.07113.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=28.07%
G=39.65%
B=32.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113920.2900.190.56141.8217.137.84
Hex50715C1D013388e1126
Octal12016113435023702162146
Binary101000011100011011100111010100111110001000111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50715C; }

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

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

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

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

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

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

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

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