Html Css Color HEX #50693B Dell

📋 copy color: '#50693B'

red 80 ◦ green 105 ◦ blue 59

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

Shades of Dell #50693B

Tints of Dell #50693B

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 value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#50693B (or 0x50693B) is known color: 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

RGB 80 105 59 -
CMYK 0.24 0 0.44 0.59
HSL 92.61º 0.28% 0.32% -
HSV(B) 92.61º 0.44% 0.41% -
XYZ 9.15 12.12 6 -
YUV 92.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 80 105 59 0.24 0 0.44 0.59 92.61 0.28 0.32
Hex 50 69 3B 18 0 2C 3B 5D 1C 20
Octal 120 151 73 30 0 54 73 135 34 40
Binary 1010000 1101001 111011 11000 0 101100 111011 1011101 11100 100000

Color Harmonies of #50693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50693B

Black with #50693B

Text Example


Text Example

White with #50693B

Text Example


Text Example

HTML Codes & Css Web 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>