#506837

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

Shades of Dell #506837

Tints of Dell #506837

Color information

#506837 (or 0x506837) is unknown color: approx Dell. HEX triplet: 50, 68 and 37. RGB value is (80,104,55). Sum of RGB (Red+Green+Blue) = 80+104+55=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #506837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506837 is #AF97C8. Grayscale: #5B5B5B. Windows color (decimal): -11507657 or 3631184. OLE color: 3631184.

HSL color Cylindrical-coordinate representation of color #506837: hue angle of 89.39º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #506837 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB8010455-
CMYK0.2300.470.59
HSL89.39º30.82%31.18%-
HSV(B)89.39º47.12%40.78%-
XYZ8.9511.885.44-
YUV91.24107.55119.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 55 (21.88% from 255) = 23.01%
R=33.47%
G=43.51%
B=23.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104550.2300.470.5989.3930.8231.18
Hex5068371702F3B591f1f
Octal1201506727057731313737
Binary1010000110100011011110111010111111101110110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506837; }

 p { color: rgb(80,104,55); }

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

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

 a { background-color: rgb(80,104,55); }

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

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

 span { border-color: rgb(80,104,55); }

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