#506838

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

Shades of Dell #506838

Tints of Dell #506838

Color information

#506838 (or 0x506838) is unknown color: approx Dell. HEX triplet: 50, 68 and 38. RGB value is (80,104,56). Sum of RGB (Red+Green+Blue) = 80+104+56=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #506838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506838 is #AF97C7. Grayscale: #5B5B5B. Windows color (decimal): -11507656 or 3696720. OLE color: 3696720.

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

Color convert

RGB8010456-
CMYK0.2300.460.59
HSL90º30%31.37%-
HSV(B)90º46.15%40.78%-
XYZ8.9711.895.56-
YUV91.35108.05119.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=33.33%
G=43.33%
B=23.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104560.2300.460.59903031.37
Hex5068381702E3B5a1e1f
Octal1201507027056731323637
Binary1010000110100011100010111010111011101110110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506838; }

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

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

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

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

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

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

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

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