#50705B

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

Shades of Como #50705B

Tints of Como #50705B

Color information

#50705B (or 0x50705B) is unknown color: approx Como. HEX triplet: 50, 70 and 5B. RGB value is (80,112,91). Sum of RGB (Red+Green+Blue) = 80+112+91=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #50705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50705B is #AF8FA4. Grayscale: #646464. Windows color (decimal): -11505573 or 5992528. OLE color: 5992528.

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

Color convert

RGB8011291-
CMYK0.2900.190.56
HSL140.62º16.67%37.65%-
HSV(B)140.62º28.57%43.92%-
XYZ10.9914.0512.03-
YUV100.04122.9113.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=28.27%
G=39.58%
B=32.16%

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
Decimal80112910.2900.190.56140.6216.6737.65
Hex50705B1D013388d1126
Octal12016013335023702152146
Binary101000011100001011011111010100111110001000110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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