#50653E

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

Shades of Dell #50653E

Tints of Dell #50653E

Color information

#50653E (or 0x50653E) is unknown color: approx Dell. HEX triplet: 50, 65 and 3E. RGB value is (80,101,62). Sum of RGB (Red+Green+Blue) = 80+101+62=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #50653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50653E is #AF9AC1. Grayscale: #5A5A5A. Windows color (decimal): -11508418 or 4089168. OLE color: 4089168.

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

Color convert

RGB8010162-
CMYK0.2100.390.60
HSL92.31º23.93%31.96%-
HSV(B)92.31º38.61%39.61%-
XYZ8.8311.366.28-
YUV90.28112.04120.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=32.92%
G=41.56%
B=25.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101620.2100.390.6092.3123.9331.96
Hex50653E150273C5c1820
Octal1201457625047741343040
Binary10100001100101111110101010100111111100101110011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50653E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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