Html Css Color HEX #55515F Mulled Wine

📋 copy color: '#55515F'

red 85 ◦ green 81 ◦ blue 95

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

Shades of Mulled Wine #55515F

Tints of Mulled Wine #55515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.03%

 BLUE value IS 95 (37.5% from 255) = 36.4%

R = 32.57%
G = 31.03%
B = 36.4%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55515F (or 0x55515F) is known color: Mulled Wine. HEX triplet: 55, 51 and 5F. RGB value is (85,81,95). Sum of RGB (Red+Green+Blue) = 85+81+95=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 95 - color contains mainly: blue. Hex color #55515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55515F is #AAAEA0. Grayscale: #535353. Windows color (decimal): -11185825 or 6246741. OLE color: 6246741.

HSL color Cylindrical-coordinate representation of color #55515F: hue angle of 257.14º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #55515F is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 81 95 -
CMYK 0.11 0.15 0 0.63
HSL 257.14º 0.08% 0.35% -
HSV(B) 257.14º 0.15% 0.37% -
XYZ 8.75 8.64 12.03 -
YUV 83.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 85 81 95 0.11 0.15 0 0.63 257.14 0.08 0.35
Hex 55 51 5F B F 0 3F 101 8 23
Octal 125 121 137 13 17 0 77 401 10 43
Binary 1010101 1010001 1011111 1011 1111 0 111111 100000001 1000 100011

Color Harmonies of #55515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55515F

Black with #55515F

Text Example


Text Example

White with #55515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55515F; }

 p { color: rgb(85,81,95); }

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

background-color css

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

 a { background-color: rgb(85,81,95); }

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

border-color css

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

 span { border-color: rgb(85,81,95); }

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