#50693A

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

Shades of Dell #50693A

Tints of Dell #50693A

Color information

#50693A (or 0x50693A) is unknown color: approx Dell. HEX triplet: 50, 69 and 3A. RGB value is (80,105,58). Sum of RGB (Red+Green+Blue) = 80+105+58=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #50693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50693A is #AF96C5. Grayscale: #5C5C5C. Windows color (decimal): -11507398 or 3828048. OLE color: 3828048.

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

Color convert

RGB8010558-
CMYK0.2400.450.59
HSL91.91º28.83%31.96%-
HSV(B)91.91º44.76%41.18%-
XYZ9.1212.115.86-
YUV92.17108.72119.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=32.92%
G=43.21%
B=23.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105580.2400.450.5991.9128.8331.96
Hex50693A1802D3B5c1d20
Octal1201517230055731343540
Binary10100001101001111010110000101101111011101110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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