#50715E

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

Shades of Como #50715E

Tints of Como #50715E

Color information

#50715E (or 0x50715E) is unknown color: approx Como. HEX triplet: 50, 71 and 5E. RGB value is (80,113,94). Sum of RGB (Red+Green+Blue) = 80+113+94=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #50715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50715E is #AF8EA1. Grayscale: #656565. Windows color (decimal): -11505314 or 6189392. OLE color: 6189392.

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

Color convert

RGB8011394-
CMYK0.2900.170.56
HSL145.45º17.1%37.84%-
HSV(B)145.45º29.2%44.31%-
XYZ11.2314.3212.76-
YUV100.97124.07113.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=27.87%
G=39.37%
B=32.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113940.2900.170.56145.4517.137.84
Hex50715E1D01138911126
Octal12016113635021702212146
Binary101000011100011011110111010100011110001001000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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