Html Css Color HEX #554568 Mulled Wine

📋 copy color: '#554568'

red 85 ◦ green 69 ◦ blue 104

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

Shades of Mulled Wine #554568

Tints of Mulled Wine #554568

RGB

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

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

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

R = 32.95%
G = 26.74%
B = 40.31%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#554568 (or 0x554568) is known color: Mulled Wine. HEX triplet: 55, 45 and 68. RGB value is (85,69,104). Sum of RGB (Red+Green+Blue) = 85+69+104=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #554568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554568 is #AABA97. Grayscale: #4D4D4D. Windows color (decimal): -11188888 or 6833493. OLE color: 6833493.

HSL color Cylindrical-coordinate representation of color #554568: hue angle of 267.43º degrees, saturation: 0.2, 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 #554568 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 69 104 -
CMYK 0.18 0.34 0 0.59
HSL 267.43º 0.2% 0.34% -
HSV(B) 267.43º 0.34% 0.41% -
XYZ 8.37 7.19 14.04 -
YUV 77.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 85 69 104 0.18 0.34 0 0.59 267.43 0.2 0.34
Hex 55 45 68 12 22 0 3B 10B 14 22
Octal 125 105 150 22 42 0 73 413 24 42
Binary 1010101 1000101 1101000 10010 100010 0 111011 100001011 10100 100010

Color Harmonies of #554568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554568

Black with #554568

Text Example


Text Example

White with #554568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554568; }

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

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

background-color css

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

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

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

border-color css

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

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

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