#54515D

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

Shades of Mulled Wine #54515D

Tints of Mulled Wine #54515D

Color information

#54515D (or 0x54515D) is unknown color: approx Mulled Wine. HEX triplet: 54, 51 and 5D. RGB value is (84,81,93). Sum of RGB (Red+Green+Blue) = 84+81+93=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 93 - color contains mainly: blue. Hex color #54515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54515D is #ABAEA2. Grayscale: #535353. Windows color (decimal): -11251363 or 6115668. OLE color: 6115668.

HSL color Cylindrical-coordinate representation of color #54515D: hue angle of 255º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #54515D is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB848193-
CMYK0.100.1300.64
HSL255º6.9%34.12%-
HSV(B)255º12.9%36.47%-
XYZ8.578.5611.56-
YUV83.26133.49128.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=32.56%
G=31.40%
B=36.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8481930.100.1300.642556.934.12
Hex54515DAD040ff722
Octal12412113512150100377742
Binary101010010100011011101101011010100000011111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54515D; }

 p { color: rgb(84,81,93); }

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

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

 a { background-color: rgb(84,81,93); }

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

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

 span { border-color: rgb(84,81,93); }

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