Html Css Color HEX #506D3A Dell

📋 copy color: '#506D3A'

red 80 ◦ green 109 ◦ blue 58

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

Shades of Dell #506D3A

Tints of Dell #506D3A

RGB

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

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

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

R = 32.39%
G = 44.13%
B = 23.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#506D3A (or 0x506D3A) is known color: Dell. HEX triplet: 50, 6D and 3A. RGB value is (80,109,58). Sum of RGB (Red+Green+Blue) = 80+109+58=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 109 - color contains mainly: green. Hex color #506D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D3A is #AF92C5. Grayscale: #5E5E5E. Windows color (decimal): -11506374 or 3829072. OLE color: 3829072.

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

Color convert

RGB 80 109 58 -
CMYK 0.27 0 0.47 0.57
HSL 94.12º 0.31% 0.33% -
HSV(B) 94.12º 0.47% 0.43% -
XYZ 9.54 12.95 6 -
YUV 94.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 80 109 58 0.27 0 0.47 0.57 94.12 0.31 0.33
Hex 50 6D 3A 1B 0 2F 39 5E 1F 21
Octal 120 155 72 33 0 57 71 136 37 41
Binary 1010000 1101101 111010 11011 0 101111 111001 1011110 11111 100001

Color Harmonies of #506D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D3A

Black with #506D3A

Text Example


Text Example

White with #506D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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