#516F37

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

Shades of Dell #516F37

Tints of Dell #516F37

Color information

#516F37 (or 0x516F37) is unknown color: approx Dell. HEX triplet: 51, 6F and 37. RGB value is (81,111,55). Sum of RGB (Red+Green+Blue) = 81+111+55=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #516F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516F37 is #AE90C8. Grayscale: #5F5F5F. Windows color (decimal): -11440329 or 3632977. OLE color: 3632977.

HSL color Cylindrical-coordinate representation of color #516F37: hue angle of 92.14º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #516F37 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB8111155-
CMYK0.2700.500.56
HSL92.14º33.73%32.55%-
HSV(B)92.14º50.45%43.53%-
XYZ9.7713.395.68-
YUV95.65105.06117.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 111 (43.75% from 255) = 44.94%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=32.79%
G=44.94%
B=22.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81111550.2700.500.5692.1433.7332.55
Hex516F371B032385c2221
Octal1211576733062701344241
Binary101000111011111101111101101100101110001011100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516F37; }

 p { color: rgb(81,111,55); }

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

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

 a { background-color: rgb(81,111,55); }

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

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

 span { border-color: rgb(81,111,55); }

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