#516B5C

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

Shades of Como #516B5C

Tints of Como #516B5C

Color information

#516B5C (or 0x516B5C) is unknown color: approx Como. HEX triplet: 51, 6B and 5C. RGB value is (81,107,92). Sum of RGB (Red+Green+Blue) = 81+107+92=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #516B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B5C is #AE94A3. Grayscale: #616161. Windows color (decimal): -11441316 or 6056785. OLE color: 6056785.

HSL color Cylindrical-coordinate representation of color #516B5C: hue angle of 145.38º 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 #516B5C is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB8110792-
CMYK0.2400.140.58
HSL145.38º13.83%36.86%-
HSV(B)145.38º24.3%41.96%-
XYZ10.5813.0412.08-
YUV97.52124.89116.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=28.93%
G=38.21%
B=32.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81107920.2400.140.58145.3813.8336.86
Hex516B5C180E3A91e25
Octal12115313430016722211645
Binary1010001110101110111001100001110111010100100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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