Html Css Color HEX #554963 Mulled Wine

📋 copy color: '#554963'

red 85 ◦ green 73 ◦ blue 99

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

Shades of Mulled Wine #554963

Tints of Mulled Wine #554963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

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

R = 33.07%
G = 28.4%
B = 38.52%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#554963 (or 0x554963) is known color: Mulled Wine. HEX triplet: 55, 49 and 63. RGB value is (85,73,99). Sum of RGB (Red+Green+Blue) = 85+73+99=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #554963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554963 is #AAB69C. Grayscale: #4F4F4F. Windows color (decimal): -11187869 or 6506837. OLE color: 6506837.

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

Color convert

RGB 85 73 99 -
CMYK 0.14 0.26 0 0.61
HSL 267.69º 0.15% 0.34% -
HSV(B) 267.69º 0.26% 0.39% -
XYZ 8.38 7.6 12.83 -
YUV 79.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 85 73 99 0.14 0.26 0 0.61 267.69 0.15 0.34
Hex 55 49 63 E 1A 0 3D 10C F 22
Octal 125 111 143 16 32 0 75 414 17 42
Binary 1010101 1001001 1100011 1110 11010 0 111101 100001100 1111 100010

Color Harmonies of #554963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554963

Black with #554963

Text Example


Text Example

White with #554963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554963; }

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

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

background-color css

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

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

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

border-color css

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

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

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