Html Css Color HEX #554668 Mulled Wine

📋 copy color: '#554668'

red 85 ◦ green 70 ◦ blue 104

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

Shades of Mulled Wine #554668

Tints of Mulled Wine #554668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

 BLUE value IS 104 (41.02% from 255) = 40.15%

R = 32.82%
G = 27.03%
B = 40.15%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#554668 (or 0x554668) is known color: Mulled Wine. HEX triplet: 55, 46 and 68. RGB value is (85,70,104). Sum of RGB (Red+Green+Blue) = 85+70+104=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #554668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554668 is #AAB997. Grayscale: #4E4E4E. Windows color (decimal): -11188632 or 6833749. OLE color: 6833749.

HSL color Cylindrical-coordinate representation of color #554668: hue angle of 266.47º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554668 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 70 104 -
CMYK 0.18 0.33 0 0.59
HSL 266.47º 0.2% 0.34% -
HSV(B) 266.47º 0.33% 0.41% -
XYZ 8.44 7.31 14.06 -
YUV 78.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 85 70 104 0.18 0.33 0 0.59 266.47 0.2 0.34
Hex 55 46 68 12 21 0 3B 10A 14 22
Octal 125 106 150 22 41 0 73 412 24 42
Binary 1010101 1000110 1101000 10010 100001 0 111011 100001010 10100 100010

Color Harmonies of #554668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554668

Black with #554668

Text Example


Text Example

White with #554668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554668; }

 p { color: rgb(85,70,104); }

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

background-color css

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

 a { background-color: rgb(85,70,104); }

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

border-color css

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

 span { border-color: rgb(85,70,104); }

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