Html Css Color HEX #555163 Mulled Wine

📋 copy color: '#555163'

red 85 ◦ green 81 ◦ blue 99

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

Shades of Mulled Wine #555163

Tints of Mulled Wine #555163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.36%

R = 32.08%
G = 30.57%
B = 37.36%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#555163 (or 0x555163) is known color: Mulled Wine. HEX triplet: 55, 51 and 63. RGB value is (85,81,99). Sum of RGB (Red+Green+Blue) = 85+81+99=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #555163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555163 is #AAAE9C. Grayscale: #545454. Windows color (decimal): -11185821 or 6508885. OLE color: 6508885.

HSL color Cylindrical-coordinate representation of color #555163: hue angle of 253.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555163 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 81 99 -
CMYK 0.14 0.18 0 0.61
HSL 253.33º 0.1% 0.35% -
HSV(B) 253.33º 0.18% 0.39% -
XYZ 8.94 8.72 13.02 -
YUV 84.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 85 81 99 0.14 0.18 0 0.61 253.33 0.1 0.35
Hex 55 51 63 E 12 0 3D FD A 23
Octal 125 121 143 16 22 0 75 375 12 43
Binary 1010101 1010001 1100011 1110 10010 0 111101 11111101 1010 100011

Color Harmonies of #555163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555163

Black with #555163

Text Example


Text Example

White with #555163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555163; }

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

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

background-color css

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

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

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

border-color css

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

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

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