Html Css Color HEX #50683A Dell

📋 copy color: '#50683A'

red 80 ◦ green 104 ◦ blue 58

#50683A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #50683A

Tints of Dell #50683A

RGB

 RED value IS 80 (31.64% from 255) = 33.06%

 GREEN value IS 104 (41.02% from 255) = 42.98%

 BLUE value IS 58 (23.05% from 255) = 23.97%

R = 33.06%
G = 42.98%
B = 23.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#50683A (or 0x50683A) is known color: Dell. HEX triplet: 50, 68 and 3A. RGB value is (80,104,58). Sum of RGB (Red+Green+Blue) = 80+104+58=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #50683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50683A is #AF97C5. Grayscale: #5B5B5B. Windows color (decimal): -11507654 or 3827792. OLE color: 3827792.

HSL color Cylindrical-coordinate representation of color #50683A: hue angle of 91.3º 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 #50683A is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 58 -
CMYK 0.23 0 0.44 0.59
HSL 91.3º 0.28% 0.32% -
HSV(B) 91.3º 0.44% 0.41% -
XYZ 9.02 11.91 5.83 -
YUV 91.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 80 104 58 0.23 0 0.44 0.59 91.3 0.28 0.32
Hex 50 68 3A 17 0 2C 3B 5B 1C 20
Octal 120 150 72 27 0 54 73 133 34 40
Binary 1010000 1101000 111010 10111 0 101100 111011 1011011 11100 100000

Color Harmonies of #50683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50683A

Black with #50683A

Text Example


Text Example

White with #50683A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50683A;
 }
 .AnyTagClassName
 {
   color: #50683A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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