#516E5A

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

Shades of Como #516E5A

Tints of Como #516E5A

Color information

#516E5A (or 0x516E5A) is unknown color: approx Como. HEX triplet: 51, 6E and 5A. RGB value is (81,110,90). Sum of RGB (Red+Green+Blue) = 81+110+90=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 110 - color contains mainly: green. Hex color #516E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E5A is #AE91A5. Grayscale: #636363. Windows color (decimal): -11440550 or 5926481. OLE color: 5926481.

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

Color convert

RGB8111090-
CMYK0.2600.180.57
HSL138.62º15.18%37.45%-
HSV(B)138.62º26.36%43.14%-
XYZ10.8113.6411.74-
YUV99.05122.89115.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=28.83%
G=39.15%
B=32.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81110900.2600.180.57138.6215.1837.45
Hex516E5A1A012398bf25
Octal12115613232022712131745
Binary10100011101110101101011010010010111001100010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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