#50693D

Color #50693D Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #50693D

Tints of Dell #50693D

Color information

#50693D (or 0x50693D) is unknown color: approx Dell. HEX triplet: 50, 69 and 3D. RGB value is (80,105,61). Sum of RGB (Red+Green+Blue) = 80+105+61=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #50693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50693D is #AF96C2. Grayscale: #5C5C5C. Windows color (decimal): -11507395 or 4024656. OLE color: 4024656.

HSL color Cylindrical-coordinate representation of color #50693D: hue angle of 94.09º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50693D is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB8010561-
CMYK0.2400.420.59
HSL94.09º26.51%32.55%-
HSV(B)94.09º41.9%41.18%-
XYZ9.212.156.27-
YUV92.51110.22119.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 61 (24.22% from 255) = 24.80%
R=32.52%
G=42.68%
B=24.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105610.2400.420.5994.0926.5132.55
Hex50693D1802A3B5e1b21
Octal1201517530052731363341
Binary10100001101001111101110000101010111011101111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50693D; }

 p { color: rgb(80,105,61); }

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

<style>
 a { background-color: #50693D; }

 a { background-color: rgb(80,105,61); }

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

<style>
 span { border-color: #50693D; }

 span { border-color: rgb(80,105,61); }

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