#516E5E

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

Shades of Como #516E5E

Tints of Como #516E5E

Color information

#516E5E (or 0x516E5E) is unknown color: approx Como. HEX triplet: 51, 6E and 5E. RGB value is (81,110,94). Sum of RGB (Red+Green+Blue) = 81+110+94=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 110 - color contains mainly: green. Hex color #516E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E5E is #AE91A1. Grayscale: #636363. Windows color (decimal): -11440546 or 6188625. OLE color: 6188625.

HSL color Cylindrical-coordinate representation of color #516E5E: hue angle of 146.9º 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 #516E5E is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB8111094-
CMYK0.2600.150.57
HSL146.9º15.18%37.45%-
HSV(B)146.9º26.36%43.14%-
XYZ10.9913.7112.66-
YUV99.5124.89114.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 110 (43.36% from 255) = 38.60%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=28.42%
G=38.60%
B=32.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81110940.2600.150.57146.915.1837.45
Hex516E5E1A0F3993f25
Octal12115613632017712231745
Binary1010001110111010111101101001111111001100100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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