#514E55

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

Shades of Mulled Wine #514E55

Tints of Mulled Wine #514E55

Color information

#514E55 (or 0x514E55) is unknown color: approx Mulled Wine. HEX triplet: 51, 4E and 55. RGB value is (81,78,85). Sum of RGB (Red+Green+Blue) = 81+78+85=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 85 - color contains mainly: blue. Hex color #514E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E55 is #AEB1AA. Grayscale: #4F4F4F. Windows color (decimal): -11448747 or 5590609. OLE color: 5590609.

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

Color convert

RGB817885-
CMYK0.050.0800.67
HSL265.71º4.29%31.96%-
HSV(B)265.71º8.24%33.33%-
XYZ7.767.859.7-
YUV79.69130.99128.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 85 (33.59% from 255) = 34.84%
R=33.20%
G=31.97%
B=34.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8178850.050.0800.67265.714.2931.96
Hex514E555804310a420
Octal1211161255100103412440
Binary101000110011101010101101100001000011100001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,78,85); }

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

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

 a { background-color: rgb(81,78,85); }

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

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

 span { border-color: rgb(81,78,85); }

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