Html Css Color HEX #50653D Dell

📋 copy color: '#50653D'

red 80 ◦ green 101 ◦ blue 61

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

Shades of Dell #50653D

Tints of Dell #50653D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.74%

 BLUE value IS 61 (24.22% from 255) = 25.21%

R = 33.06%
G = 41.74%
B = 25.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#50653D (or 0x50653D) is known color: Dell. HEX triplet: 50, 65 and 3D. RGB value is (80,101,61). Sum of RGB (Red+Green+Blue) = 80+101+61=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #50653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50653D is #AF9AC2. Grayscale: #5A5A5A. Windows color (decimal): -11508419 or 4023632. OLE color: 4023632.

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

Color convert

RGB 80 101 61 -
CMYK 0.21 0 0.40 0.60
HSL 91.5º 0.25% 0.32% -
HSV(B) 91.5º 0.4% 0.4% -
XYZ 8.8 11.35 6.14 -
YUV 90.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 80 101 61 0.21 0 0.40 0.60 91.5 0.25 0.32
Hex 50 65 3D 15 0 28 3C 5C 19 20
Octal 120 145 75 25 0 50 74 134 31 40
Binary 1010000 1100101 111101 10101 0 101000 111100 1011100 11001 100000

Color Harmonies of #50653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50653D

Black with #50653D

Text Example


Text Example

White with #50653D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50653D;
 }
 .AnyTagClassName
 {
   color: #50653D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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