#554768

Color #554768 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #554768

Tints of Mulled Wine #554768

Color information

#554768 (or 0x554768) is unknown color: approx 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

RGB8571104-
CMYK0.180.3200.59
HSL265.45º18.86%34.31%-
HSV(B)265.45º31.73%40.78%-
XYZ8.57.4414.08-
YUV78.95142.14132.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 104 (41.02% from 255) = 40%
R=32.69%
G=27.31%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85711040.180.3200.59265.4518.8634.31
Hex554768122003B1091322
Octal12510715022400734112342
Binary10101011000111110100010010100000011101110000100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>