Html Css Color HEX #506D3D Dell

📋 copy color: '#506D3D'

red 80 ◦ green 109 ◦ blue 61

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

Shades of Dell #506D3D

Tints of Dell #506D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.6%

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

R = 32%
G = 43.6%
B = 24.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#506D3D (or 0x506D3D) is known color: Dell. HEX triplet: 50, 6D and 3D. RGB value is (80,109,61). Sum of RGB (Red+Green+Blue) = 80+109+61=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 109 - color contains mainly: green. Hex color #506D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D3D is #AF92C2. Grayscale: #5F5F5F. Windows color (decimal): -11506371 or 4025680. OLE color: 4025680.

HSL color Cylindrical-coordinate representation of color #506D3D: hue angle of 96.25º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506D3D is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 61 -
CMYK 0.27 0 0.44 0.57
HSL 96.25º 0.28% 0.33% -
HSV(B) 96.25º 0.44% 0.43% -
XYZ 9.62 12.98 6.41 -
YUV 94.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 80 109 61 0.27 0 0.44 0.57 96.25 0.28 0.33
Hex 50 6D 3D 1B 0 2C 39 60 1C 21
Octal 120 155 75 33 0 54 71 140 34 41
Binary 1010000 1101101 111101 11011 0 101100 111001 1100000 11100 100001

Color Harmonies of #506D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D3D

Black with #506D3D

Text Example


Text Example

White with #506D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506D3D; }

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

 H1.HeaderClassName
 {
   color: #506D3D;
 }
 .AnyTagClassName
 {
   color: #506D3D;
 }
</style>

background-color css

<style>
 a { background-color: #506D3D; }

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

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

border-color css

<style>
 span { border-color: #506D3D; }

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

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