#545358

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

Shades of Mulled Wine #545358

Tints of Mulled Wine #545358

Color information

#545358 (or 0x545358) is unknown color: approx Mulled Wine. HEX triplet: 54, 53 and 58. RGB value is (84,83,88). Sum of RGB (Red+Green+Blue) = 84+83+88=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 88 - color contains mainly: blue. Hex color #545358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545358 is #ABACA7. Grayscale: #535353. Windows color (decimal): -11250856 or 5788500. OLE color: 5788500.

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

Color convert

RGB848388-
CMYK0.050.0600.65
HSL252º2.92%33.53%-
HSV(B)252º5.68%34.51%-
XYZ8.518.7810.48-
YUV83.87130.33128.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.94%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 88 (34.77% from 255) = 34.51%
R=32.94%
G=32.55%
B=34.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8483880.050.0600.652522.9233.53
Hex54535856041fc322
Octal124123130560101374342
Binary101010010100111011000101110010000011111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545358; }

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

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

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

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

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

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

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

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