Html Css Color HEX #554763 Mulled Wine

📋 copy color: '#554763'

red 85 ◦ green 71 ◦ blue 99

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

Shades of Mulled Wine #554763

Tints of Mulled Wine #554763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.84%

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

R = 33.33%
G = 27.84%
B = 38.82%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#554763 (or 0x554763) is known color: Mulled Wine. HEX triplet: 55, 47 and 63. RGB value is (85,71,99). Sum of RGB (Red+Green+Blue) = 85+71+99=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: blue. Hex color #554763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554763 is #AAB89C. Grayscale: #4E4E4E. Windows color (decimal): -11188381 or 6506325. OLE color: 6506325.

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

Color convert

RGB 85 71 99 -
CMYK 0.14 0.28 0 0.61
HSL 270º 0.16% 0.33% -
HSV(B) 270º 0.28% 0.39% -
XYZ 8.25 7.34 12.79 -
YUV 78.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 85 71 99 0.14 0.28 0 0.61 270 0.16 0.33
Hex 55 47 63 E 1C 0 3D 10E 10 21
Octal 125 107 143 16 34 0 75 416 20 41
Binary 1010101 1000111 1100011 1110 11100 0 111101 100001110 10000 100001

Color Harmonies of #554763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554763

Black with #554763

Text Example


Text Example

White with #554763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554763; }

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

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

background-color css

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

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

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

border-color css

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

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

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