Html Css Color HEX #545359 Mulled Wine

📋 copy color: '#545359'

red 84 ◦ green 83 ◦ blue 89

#545359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #545359

Tints of Mulled Wine #545359

RGB

 RED value IS 84 (33.2% from 255) = 32.81%

 GREEN value IS 83 (32.81% from 255) = 32.42%

 BLUE value IS 89 (35.16% from 255) = 34.77%

R = 32.81%
G = 32.42%
B = 34.77%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#545359 (or 0x545359) is known color: Mulled Wine. HEX triplet: 54, 53 and 59. RGB value is (84,83,89). Sum of RGB (Red+Green+Blue) = 84+83+89=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 89 - color contains mainly: blue. Hex color #545359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545359 is #ABACA6. Grayscale: #535353. Windows color (decimal): -11250855 or 5854036. OLE color: 5854036.

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

Color convert

RGB 84 83 89 -
CMYK 0.06 0.07 0 0.65
HSL 250º 0.03% 0.34% -
HSV(B) 250º 0.07% 0.35% -
XYZ 8.55 8.79 10.7 -
YUV 83.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 84 83 89 0.06 0.07 0 0.65 250 0.03 0.34
Hex 54 53 59 6 7 0 41 FA 3 22
Octal 124 123 131 6 7 0 101 372 3 42
Binary 1010100 1010011 1011001 110 111 0 1000001 11111010 11 100010

Color Harmonies of #545359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545359

Black with #545359

Text Example


Text Example

White with #545359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545359; }

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

 H1.HeaderClassName
 {
   color: #545359;
 }
 .AnyTagClassName
 {
   color: #545359;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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