Html Css Color HEX #554768 Mulled Wine

📋 copy color: '#554768'

red 85 ◦ green 71 ◦ blue 104

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

Shades of Mulled Wine #554768

Tints of Mulled Wine #554768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

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

R = 32.69%
G = 27.31%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#554768 (or 0x554768) is known color: Mulled Wine. HEX triplet: 55, 47 and 68. RGB value is (85,71,104). Sum of RGB (Red+Green+Blue) = 85+71+104=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 104 - color contains mainly: blue. Hex color #554768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554768 is #AAB897. Grayscale: #4E4E4E. Windows color (decimal): -11188376 or 6834005. OLE color: 6834005.

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

Color convert

RGB 85 71 104 -
CMYK 0.18 0.32 0 0.59
HSL 265.45º 0.19% 0.34% -
HSV(B) 265.45º 0.32% 0.41% -
XYZ 8.5 7.44 14.08 -
YUV 78.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 85 71 104 0.18 0.32 0 0.59 265.45 0.19 0.34
Hex 55 47 68 12 20 0 3B 109 13 22
Octal 125 107 150 22 40 0 73 411 23 42
Binary 1010101 1000111 1101000 10010 100000 0 111011 100001001 10011 100010

Color Harmonies of #554768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554768

Black with #554768

Text Example


Text Example

White with #554768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554768; }

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

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

background-color css

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

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

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

border-color css

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

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

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