#514F58

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

Shades of Mulled Wine #514F58

Tints of Mulled Wine #514F58

Color information

#514F58 (or 0x514F58) is unknown color: approx Mulled Wine. HEX triplet: 51, 4F and 58. RGB value is (81,79,88). Sum of RGB (Red+Green+Blue) = 81+79+88=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 88 - color contains mainly: blue. Hex color #514F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F58 is #AEB0A7. Grayscale: #505050. Windows color (decimal): -11448488 or 5787473. OLE color: 5787473.

HSL color Cylindrical-coordinate representation of color #514F58: hue angle of 253.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #514F58 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB817988-
CMYK0.080.1000.65
HSL253.33º5.39%32.75%-
HSV(B)253.33º10.23%34.51%-
XYZ7.958.0510.37-
YUV80.62132.16128.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=32.66%
G=31.85%
B=35.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8179880.080.1000.65253.335.3932.75
Hex514F588A041fd521
Octal12111713010120101375541
Binary101000110011111011000100010100100000111111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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