#50705F

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

Shades of Como #50705F

Tints of Como #50705F

Color information

#50705F (or 0x50705F) is unknown color: approx Como. HEX triplet: 50, 70 and 5F. RGB value is (80,112,95). Sum of RGB (Red+Green+Blue) = 80+112+95=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #50705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50705F is #AF8FA0. Grayscale: #646464. Windows color (decimal): -11505569 or 6254672. OLE color: 6254672.

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

Color convert

RGB8011295-
CMYK0.2900.150.56
HSL148.12º16.67%37.65%-
HSV(B)148.12º28.57%43.92%-
XYZ11.1714.1212.96-
YUV100.49124.9113.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=27.87%
G=39.02%
B=33.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112950.2900.150.56148.1216.6737.65
Hex50705F1D0F38941126
Octal12016013735017702242146
Binary10100001110000101111111101011111110001001010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,112,95); }

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

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

 a { background-color: rgb(80,112,95); }

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

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

 span { border-color: rgb(80,112,95); }

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