#514658

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

Shades of Mulled Wine #514658

Tints of Mulled Wine #514658

Color information

#514658 (or 0x514658) is unknown color: approx Mulled Wine. HEX triplet: 51, 46 and 58. RGB value is (81,70,88). Sum of RGB (Red+Green+Blue) = 81+70+88=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 88 - color contains mainly: blue. Hex color #514658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514658 is #AEB9A7. Grayscale: #4B4B4B. Windows color (decimal): -11450792 or 5785169. OLE color: 5785169.

HSL color Cylindrical-coordinate representation of color #514658: hue angle of 276.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #514658 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB817088-
CMYK0.080.2000.65
HSL276.67º11.39%30.98%-
HSV(B)276.67º20.45%34.51%-
XYZ7.346.8310.16-
YUV75.34135.14132.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.89%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=33.89%
G=29.29%
B=36.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8170880.080.2000.65276.6711.3930.98
Hex514658814041115b1f
Octal121106130102401014251337
Binary10100011000110101100010001010001000001100010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514658; }

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

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

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

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

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

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

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

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