Html Css Color HEX #554468 Mulled Wine

📋 copy color: '#554468'

red 85 ◦ green 68 ◦ blue 104

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

Shades of Mulled Wine #554468

Tints of Mulled Wine #554468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

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

R = 33.07%
G = 26.46%
B = 40.47%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#554468 (or 0x554468) is known color: Mulled Wine. HEX triplet: 55, 44 and 68. RGB value is (85,68,104). Sum of RGB (Red+Green+Blue) = 85+68+104=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #554468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554468 is #AABB97. Grayscale: #4D4D4D. Windows color (decimal): -11189144 or 6833237. OLE color: 6833237.

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

Color convert

RGB 85 68 104 -
CMYK 0.18 0.35 0 0.59
HSL 268.33º 0.21% 0.34% -
HSV(B) 268.33º 0.35% 0.41% -
XYZ 8.31 7.07 14.02 -
YUV 77.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 85 68 104 0.18 0.35 0 0.59 268.33 0.21 0.34
Hex 55 44 68 12 23 0 3B 10C 15 22
Octal 125 104 150 22 43 0 73 414 25 42
Binary 1010101 1000100 1101000 10010 100011 0 111011 100001100 10101 100010

Color Harmonies of #554468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554468

Black with #554468

Text Example


Text Example

White with #554468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554468; }

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

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

background-color css

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

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

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

border-color css

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

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

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