#50693B

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

Shades of Dell #50693B

Tints of Dell #50693B

Color information

#50693B (or 0x50693B) is unknown color: approx Dell. HEX triplet: 50, 69 and 3B. RGB value is (80,105,59). Sum of RGB (Red+Green+Blue) = 80+105+59=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #50693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50693B is #AF96C4. Grayscale: #5C5C5C. Windows color (decimal): -11507397 or 3893584. OLE color: 3893584.

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

Color convert

RGB8010559-
CMYK0.2400.440.59
HSL92.61º28.05%32.16%-
HSV(B)92.61º43.81%41.18%-
XYZ9.1512.126-
YUV92.28109.22119.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 105 (41.41% from 255) = 43.03%
BLUE value IS 59 (23.44% from 255) = 24.18%
R=32.79%
G=43.03%
B=24.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105590.2400.440.5992.6128.0532.16
Hex50693B1802C3B5d1c20
Octal1201517330054731353440
Binary10100001101001111011110000101100111011101110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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