#516B5D

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

Shades of Como #516B5D

Tints of Como #516B5D

Color information

#516B5D (or 0x516B5D) is unknown color: approx Como. HEX triplet: 51, 6B and 5D. RGB value is (81,107,93). Sum of RGB (Red+Green+Blue) = 81+107+93=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 107 - color contains mainly: green. Hex color #516B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B5D is #AE94A2. Grayscale: #616161. Windows color (decimal): -11441315 or 6122321. OLE color: 6122321.

HSL color Cylindrical-coordinate representation of color #516B5D: hue angle of 147.69º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #516B5D is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB8110793-
CMYK0.2400.130.58
HSL147.69º13.83%36.86%-
HSV(B)147.69º24.3%41.96%-
XYZ10.6313.0612.32-
YUV97.63125.39116.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=28.83%
G=38.08%
B=33.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81107930.2400.130.58147.6913.8336.86
Hex516B5D180D3A94e25
Octal12115313530015722241645
Binary1010001110101110111011100001101111010100101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,107,93); }

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

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

 a { background-color: rgb(81,107,93); }

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

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

 span { border-color: rgb(81,107,93); }

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