#545258

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

Shades of Mulled Wine #545258

Tints of Mulled Wine #545258

Color information

#545258 (or 0x545258) is unknown color: approx Mulled Wine. HEX triplet: 54, 52 and 58. RGB value is (84,82,88). Sum of RGB (Red+Green+Blue) = 84+82+88=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 88 - color contains mainly: blue. Hex color #545258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545258 is #ABADA7. Grayscale: #535353. Windows color (decimal): -11251112 or 5788244. OLE color: 5788244.

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

Color convert

RGB848288-
CMYK0.050.0700.65
HSL260º3.53%33.33%-
HSV(B)260º6.82%34.51%-
XYZ8.438.6210.45-
YUV83.28130.66128.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.07%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=33.07%
G=32.28%
B=34.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8482880.050.0700.652603.5333.33
Hex54525857041104421
Octal124122130570101404441
Binary10101001010010101100010111101000001100000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545258; }

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

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

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

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

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

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

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

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