Html Css Color HEX #555359 Mulled Wine

📋 copy color: '#555359'

red 85 ◦ green 83 ◦ blue 89

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

Shades of Mulled Wine #555359

Tints of Mulled Wine #555359

RGB

 RED value IS 85 (33.59% from 255) = 33.07%

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

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

R = 33.07%
G = 32.3%
B = 34.63%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#555359 (or 0x555359) is known color: Mulled Wine. HEX triplet: 55, 53 and 59. RGB value is (85,83,89). Sum of RGB (Red+Green+Blue) = 85+83+89=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 89 - color contains mainly: blue. Hex color #555359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555359 is #AAACA6. Grayscale: #545454. Windows color (decimal): -11185319 or 5854037. OLE color: 5854037.

HSL color Cylindrical-coordinate representation of color #555359: hue angle of 260º 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 #555359 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 83 89 -
CMYK 0.04 0.07 0 0.65
HSL 260º 0.03% 0.34% -
HSV(B) 260º 0.07% 0.35% -
XYZ 8.64 8.84 10.7 -
YUV 84.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 85 83 89 0.04 0.07 0 0.65 260 0.03 0.34
Hex 55 53 59 4 7 0 41 104 3 22
Octal 125 123 131 4 7 0 101 404 3 42
Binary 1010101 1010011 1011001 100 111 0 1000001 100000100 11 100010

Color Harmonies of #555359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555359

Black with #555359

Text Example


Text Example

White with #555359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555359; }

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

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

background-color css

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

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

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

border-color css

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

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

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