Html Css Color HEX #55535A Mulled Wine

📋 copy color: '#55535A'

red 85 ◦ green 83 ◦ blue 90

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

Shades of Mulled Wine #55535A

Tints of Mulled Wine #55535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.88%

R = 32.95%
G = 32.17%
B = 34.88%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#55535A (or 0x55535A) is known color: Mulled Wine. HEX triplet: 55, 53 and 5A. RGB value is (85,83,90). Sum of RGB (Red+Green+Blue) = 85+83+90=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 90 - color contains mainly: blue. Hex color #55535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55535A is #AAACA5. Grayscale: #545454. Windows color (decimal): -11185318 or 5919573. OLE color: 5919573.

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

Color convert

RGB 85 83 90 -
CMYK 0.06 0.08 0 0.65
HSL 257.14º 0.04% 0.34% -
HSV(B) 257.14º 0.08% 0.35% -
XYZ 8.69 8.86 10.92 -
YUV 84.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 85 83 90 0.06 0.08 0 0.65 257.14 0.04 0.34
Hex 55 53 5A 6 8 0 41 101 4 22
Octal 125 123 132 6 10 0 101 401 4 42
Binary 1010101 1010011 1011010 110 1000 0 1000001 100000001 100 100010

Color Harmonies of #55535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55535A

Black with #55535A

Text Example


Text Example

White with #55535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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