#50663B

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

Shades of Dell #50663B

Tints of Dell #50663B

Color information

#50663B (or 0x50663B) is unknown color: approx Dell. HEX triplet: 50, 66 and 3B. RGB value is (80,102,59). Sum of RGB (Red+Green+Blue) = 80+102+59=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #50663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50663B is #AF99C4. Grayscale: #5A5A5A. Windows color (decimal): -11508165 or 3892816. OLE color: 3892816.

HSL color Cylindrical-coordinate representation of color #50663B: hue angle of 90.7º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50663B is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB8010259-
CMYK0.2200.420.6
HSL90.7º26.71%31.57%-
HSV(B)90.7º42.16%40%-
XYZ8.8511.525.9-
YUV90.52110.21120.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 59 (23.44% from 255) = 24.48%
R=33.20%
G=42.32%
B=24.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102590.2200.420.690.726.7131.57
Hex50663B1602A3C5b1b20
Octal1201467326052741333340
Binary10100001100110111011101100101010111100101101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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