#545065

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

Shades of Mulled Wine #545065

Tints of Mulled Wine #545065

Color information

#545065 (or 0x545065) is unknown color: approx Mulled Wine. HEX triplet: 54, 50 and 65. RGB value is (84,80,101). Sum of RGB (Red+Green+Blue) = 84+80+101=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #545065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545065 is #ABAF9A. Grayscale: #535353. Windows color (decimal): -11251611 or 6639700. OLE color: 6639700.

HSL color Cylindrical-coordinate representation of color #545065: hue angle of 251.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #545065 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8480101-
CMYK0.170.2100.60
HSL251.43º11.6%35.49%-
HSV(B)251.43º20.79%39.61%-
XYZ8.878.5613.5-
YUV83.59137.83128.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=31.70%
G=30.19%
B=38.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84801010.170.2100.60251.4311.635.49
Hex545065111503Cfbc23
Octal12412014521250743731443
Binary10101001010000110010110001101010111100111110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545065; }

 p { color: rgb(84,80,101); }

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

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

 a { background-color: rgb(84,80,101); }

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

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

 span { border-color: rgb(84,80,101); }

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