#506339

Color #506339 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #506339

Tints of Dell #506339

Color information

#506339 (or 0x506339) is unknown color: approx Dell. HEX triplet: 50, 63 and 39. RGB value is (80,99,57). Sum of RGB (Red+Green+Blue) = 80+99+57=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #506339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506339 is #AF9CC6. Grayscale: #585858. Windows color (decimal): -11508935 or 3760976. OLE color: 3760976.

HSL color Cylindrical-coordinate representation of color #506339: hue angle of 87.14º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #506339 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB809957-
CMYK0.1900.420.61
HSL87.14º26.92%30.59%-
HSV(B)87.14º42.42%38.82%-
XYZ8.5110.925.53-
YUV88.53110.21121.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 57 (22.66% from 255) = 24.15%
R=33.90%
G=41.95%
B=24.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099570.1900.420.6187.1426.9230.59
Hex5063391302A3D571b1f
Octal1201437123052751273337
Binary1010000110001111100110011010101011110110101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506339; }

 p { color: rgb(80,99,57); }

 H1.HeaderClassName
 {
   color: #506339;
 }
 .AnyTagClassName
 {
   color: #506339;
 }
</style>
background-color css

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

 a { background-color: rgb(80,99,57); }

 div.DivClassName
 {
   background-color: #506339;
 }
 .BgClassName
 {
   background-color: #506339;
 }
</style>
border-color css

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

 span { border-color: rgb(80,99,57); }

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