#514F56

Color #514F56 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #514F56

Tints of Mulled Wine #514F56

Color information

#514F56 (or 0x514F56) is unknown color: approx Mulled Wine. HEX triplet: 51, 4F and 56. RGB value is (81,79,86). Sum of RGB (Red+Green+Blue) = 81+79+86=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 86 - color contains mainly: blue. Hex color #514F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F56 is #AEB0A9. Grayscale: #505050. Windows color (decimal): -11448490 or 5656401. OLE color: 5656401.

HSL color Cylindrical-coordinate representation of color #514F56: hue angle of 257.14º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #514F56 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB817986-
CMYK0.060.0800.66
HSL257.14º4.24%32.35%-
HSV(B)257.14º8.14%33.73%-
XYZ7.878.019.94-
YUV80.4131.16128.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=32.93%
G=32.11%
B=34.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8179860.060.0800.66257.144.2432.35
Hex514F5668042101420
Octal1211171266100102401440
Binary101000110011111010110110100001000010100000001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514F56; }

 p { color: rgb(81,79,86); }

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

<style>
 a { background-color: #514F56; }

 a { background-color: rgb(81,79,86); }

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

<style>
 span { border-color: #514F56; }

 span { border-color: rgb(81,79,86); }

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