Html Css Color HEX #55505C Mulled Wine

📋 copy color: '#55505C'

red 85 ◦ green 80 ◦ blue 92

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

Shades of Mulled Wine #55505C

Tints of Mulled Wine #55505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

 BLUE value IS 92 (36.33% from 255) = 35.8%

R = 33.07%
G = 31.13%
B = 35.8%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55505C (or 0x55505C) is known color: Mulled Wine. HEX triplet: 55, 50 and 5C. RGB value is (85,80,92). Sum of RGB (Red+Green+Blue) = 85+80+92=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 92 - color contains mainly: blue. Hex color #55505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55505C is #AAAFA3. Grayscale: #525252. Windows color (decimal): -11186084 or 6049877. OLE color: 6049877.

HSL color Cylindrical-coordinate representation of color #55505C: hue angle of 265º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #55505C is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 80 92 -
CMYK 0.08 0.13 0 0.64
HSL 265º 0.07% 0.34% -
HSV(B) 265º 0.13% 0.36% -
XYZ 8.55 8.44 11.3 -
YUV 82.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 85 80 92 0.08 0.13 0 0.64 265 0.07 0.34
Hex 55 50 5C 8 D 0 40 109 7 22
Octal 125 120 134 10 15 0 100 411 7 42
Binary 1010101 1010000 1011100 1000 1101 0 1000000 100001001 111 100010

Color Harmonies of #55505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55505C

Black with #55505C

Text Example


Text Example

White with #55505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55505C; }

 p { color: rgb(85,80,92); }

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

background-color css

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

 a { background-color: rgb(85,80,92); }

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

border-color css

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

 span { border-color: rgb(85,80,92); }

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