#506A39

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

Shades of Dell #506A39

Tints of Dell #506A39

Color information

#506A39 (or 0x506A39) is unknown color: approx Dell. HEX triplet: 50, 6A and 39. RGB value is (80,106,57). Sum of RGB (Red+Green+Blue) = 80+106+57=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 106 - color contains mainly: green. Hex color #506A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506A39 is #AF95C6. Grayscale: #5C5C5C. Windows color (decimal): -11507143 or 3762768. OLE color: 3762768.

HSL color Cylindrical-coordinate representation of color #506A39: hue angle of 91.84º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506A39 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB8010657-
CMYK0.2500.460.58
HSL91.84º30.06%31.96%-
HSV(B)91.84º46.23%41.57%-
XYZ9.212.315.76-
YUV92.64107.89118.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 106 (41.80% from 255) = 43.62%
BLUE value IS 57 (22.66% from 255) = 23.46%
R=32.92%
G=43.62%
B=23.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80106570.2500.460.5891.8430.0631.96
Hex506A391902E3A5c1e20
Octal1201527131056721343640
Binary10100001101010111001110010101110111010101110011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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