#50653D

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

Shades of Dell #50653D

Tints of Dell #50653D

Color information

#50653D (or 0x50653D) is unknown color: approx Dell. HEX triplet: 50, 65 and 3D. RGB value is (80,101,61). Sum of RGB (Red+Green+Blue) = 80+101+61=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #50653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50653D is #AF9AC2. Grayscale: #5A5A5A. Windows color (decimal): -11508419 or 4023632. OLE color: 4023632.

HSL color Cylindrical-coordinate representation of color #50653D: hue angle of 91.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50653D is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB8010161-
CMYK0.2100.400.60
HSL91.5º24.69%31.76%-
HSV(B)91.5º39.6%39.61%-
XYZ8.811.356.14-
YUV90.16111.54120.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 61 (24.22% from 255) = 25.21%
R=33.06%
G=41.74%
B=25.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101610.2100.400.6091.524.6931.76
Hex50653D150283C5c1920
Octal1201457525050741343140
Binary10100001100101111101101010101000111100101110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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