#554667

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

Shades of Mulled Wine #554667

Tints of Mulled Wine #554667

Color information

#554667 (or 0x554667) is unknown color: approx Mulled Wine. HEX triplet: 55, 46 and 67. RGB value is (85,70,103). Sum of RGB (Red+Green+Blue) = 85+70+103=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 103 - color contains mainly: blue. Hex color #554667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554667 is #AAB998. Grayscale: #4E4E4E. Windows color (decimal): -11188633 or 6768213. OLE color: 6768213.

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

Color convert

RGB8570103-
CMYK0.170.3200.60
HSL267.27º19.08%33.92%-
HSV(B)267.27º32.04%40.39%-
XYZ8.387.2913.8-
YUV78.25141.97132.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 103 (40.62% from 255) = 39.92%
R=32.95%
G=27.13%
B=39.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85701030.170.3200.60267.2719.0833.92
Hex554667112003C10b1322
Octal12510614721400744132342
Binary10101011000110110011110001100000011110010000101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554667; }

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

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

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

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

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

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

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

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