#516D5E

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

Shades of Como #516D5E

Tints of Como #516D5E

Color information

#516D5E (or 0x516D5E) is unknown color: approx Como. HEX triplet: 51, 6D and 5E. RGB value is (81,109,94). Sum of RGB (Red+Green+Blue) = 81+109+94=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 109 - color contains mainly: green. Hex color #516D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D5E is #AE92A1. Grayscale: #626262. Windows color (decimal): -11440802 or 6188369. OLE color: 6188369.

HSL color Cylindrical-coordinate representation of color #516D5E: hue angle of 147.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516D5E is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB8110994-
CMYK0.2600.140.57
HSL147.86º14.74%37.25%-
HSV(B)147.86º25.69%42.75%-
XYZ10.8813.4912.62-
YUV98.92125.22115.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.52%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=28.52%
G=38.38%
B=33.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81109940.2600.140.57147.8614.7437.25
Hex516D5E1A0E3994f25
Octal12115513632016712241745
Binary1010001110110110111101101001110111001100101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,109,94); }

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

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

 a { background-color: rgb(81,109,94); }

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

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

 span { border-color: rgb(81,109,94); }

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