#554867

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

Shades of Mulled Wine #554867

Tints of Mulled Wine #554867

Color information

#554867 (or 0x554867) is unknown color: approx Mulled Wine. HEX triplet: 55, 48 and 67. RGB value is (85,72,103). Sum of RGB (Red+Green+Blue) = 85+72+103=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 103 - color contains mainly: blue. Hex color #554867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554867 is #AAB798. Grayscale: #4F4F4F. Windows color (decimal): -11188121 or 6768725. OLE color: 6768725.

HSL color Cylindrical-coordinate representation of color #554867: hue angle of 265.16º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #554867 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8572103-
CMYK0.170.3000.60
HSL265.16º17.71%34.31%-
HSV(B)265.16º30.1%40.39%-
XYZ8.517.5513.84-
YUV79.42141.31131.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 103 (40.62% from 255) = 39.62%
R=32.69%
G=27.69%
B=39.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85721030.170.3000.60265.1617.7134.31
Hex554867111E03C1091222
Octal12511014721360744112242
Binary1010101100100011001111000111110011110010000100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554867; }

 p { color: rgb(85,72,103); }

 H1.HeaderClassName
 {
   color: #554867;
 }
 .AnyTagClassName
 {
   color: #554867;
 }
</style>
background-color css

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

 a { background-color: rgb(85,72,103); }

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

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

 span { border-color: rgb(85,72,103); }

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