Html Css Color HEX #554866 Mulled Wine

📋 copy color: '#554866'

red 85 ◦ green 72 ◦ blue 102

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

Shades of Mulled Wine #554866

Tints of Mulled Wine #554866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

 BLUE value IS 102 (40.23% from 255) = 39.38%

R = 32.82%
G = 27.8%
B = 39.38%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#554866 (or 0x554866) is known color: Mulled Wine. HEX triplet: 55, 48 and 66. RGB value is (85,72,102). Sum of RGB (Red+Green+Blue) = 85+72+102=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 102 - color contains mainly: blue. Hex color #554866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554866 is #AAB799. Grayscale: #4F4F4F. Windows color (decimal): -11188122 or 6703189. OLE color: 6703189.

HSL color Cylindrical-coordinate representation of color #554866: hue angle of 266º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #554866 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 72 102 -
CMYK 0.17 0.29 0 0.6
HSL 266º 0.17% 0.34% -
HSV(B) 266º 0.29% 0.4% -
XYZ 8.46 7.53 13.58 -
YUV 79.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 85 72 102 0.17 0.29 0 0.6 266 0.17 0.34
Hex 55 48 66 11 1D 0 3C 10A 11 22
Octal 125 110 146 21 35 0 74 412 21 42
Binary 1010101 1001000 1100110 10001 11101 0 111100 100001010 10001 100010

Color Harmonies of #554866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554866

Black with #554866

Text Example


Text Example

White with #554866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554866; }

 p { color: rgb(85,72,102); }

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

background-color css

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

 a { background-color: rgb(85,72,102); }

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

border-color css

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

 span { border-color: rgb(85,72,102); }

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