Html Css Color HEX #554569 Mulled Wine

📋 copy color: '#554569'

red 85 ◦ green 69 ◦ blue 105

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

Shades of Mulled Wine #554569

Tints of Mulled Wine #554569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 32.82%
G = 26.64%
B = 40.54%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#554569 (or 0x554569) is known color: Mulled Wine. HEX triplet: 55, 45 and 69. RGB value is (85,69,105). Sum of RGB (Red+Green+Blue) = 85+69+105=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #554569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554569 is #AABA96. Grayscale: #4D4D4D. Windows color (decimal): -11188887 or 6899029. OLE color: 6899029.

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

Color convert

RGB 85 69 105 -
CMYK 0.19 0.34 0 0.59
HSL 266.67º 0.21% 0.34% -
HSV(B) 266.67º 0.34% 0.41% -
XYZ 8.42 7.21 14.31 -
YUV 77.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 85 69 105 0.19 0.34 0 0.59 266.67 0.21 0.34
Hex 55 45 69 13 22 0 3B 10B 15 22
Octal 125 105 151 23 42 0 73 413 25 42
Binary 1010101 1000101 1101001 10011 100010 0 111011 100001011 10101 100010

Color Harmonies of #554569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554569

Black with #554569

Text Example


Text Example

White with #554569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554569; }

 p { color: rgb(85,69,105); }

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

background-color css

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

 a { background-color: rgb(85,69,105); }

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

border-color css

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

 span { border-color: rgb(85,69,105); }

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