#545158

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

Shades of Mulled Wine #545158

Tints of Mulled Wine #545158

Color information

#545158 (or 0x545158) is unknown color: approx Mulled Wine. HEX triplet: 54, 51 and 58. RGB value is (84,81,88). Sum of RGB (Red+Green+Blue) = 84+81+88=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 88 - color contains mainly: blue. Hex color #545158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545158 is #ABAEA7. Grayscale: #525252. Windows color (decimal): -11251368 or 5787988. OLE color: 5787988.

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

Color convert

RGB848188-
CMYK0.050.0800.65
HSL265.71º4.14%33.14%-
HSV(B)265.71º7.95%34.51%-
XYZ8.368.4710.43-
YUV82.7130.99128.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 88 (34.77% from 255) = 34.78%
R=33.20%
G=32.02%
B=34.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8481880.050.0800.65265.714.1433.14
Hex5451585804110a421
Octal1241211305100101412441
Binary101010010100011011000101100001000001100001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545158; }

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

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

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

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

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

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

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

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