#516839

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

Shades of Dell #516839

Tints of Dell #516839

Color information

#516839 (or 0x516839) is unknown color: approx Dell. HEX triplet: 51, 68 and 39. RGB value is (81,104,57). Sum of RGB (Red+Green+Blue) = 81+104+57=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #516839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516839 is #AE97C6. Grayscale: #5B5B5B. Windows color (decimal): -11442119 or 3762257. OLE color: 3762257.

HSL color Cylindrical-coordinate representation of color #516839: hue angle of 89.36º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #516839 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB8110457-
CMYK0.2200.450.59
HSL89.36º29.19%31.57%-
HSV(B)89.36º45.19%40.78%-
XYZ9.0811.955.7-
YUV91.76108.38120.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=33.47%
G=42.98%
B=23.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104570.2200.450.5989.3629.1931.57
Hex5168391602D3B591d20
Octal1211507126055731313540
Binary10100011101000111001101100101101111011101100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516839; }

 p { color: rgb(81,104,57); }

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

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

 a { background-color: rgb(81,104,57); }

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

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

 span { border-color: rgb(81,104,57); }

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