#554766

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

Shades of Mulled Wine #554766

Tints of Mulled Wine #554766

Color information

#554766 (or 0x554766) is unknown color: approx Mulled Wine. HEX triplet: 55, 47 and 66. RGB value is (85,71,102). Sum of RGB (Red+Green+Blue) = 85+71+102=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 102 - color contains mainly: blue. Hex color #554766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554766 is #AAB899. Grayscale: #4E4E4E. Windows color (decimal): -11188378 or 6702933. OLE color: 6702933.

HSL color Cylindrical-coordinate representation of color #554766: hue angle of 267.1º 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 #554766 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8571102-
CMYK0.170.3000.6
HSL267.1º17.92%33.92%-
HSV(B)267.1º30.39%40%-
XYZ8.47.413.56-
YUV78.72141.14132.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=32.95%
G=27.52%
B=39.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85711020.170.3000.6267.117.9233.92
Hex554766111E03C10b1222
Octal12510714621360744132242
Binary1010101100011111001101000111110011110010000101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554766; }

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

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

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

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

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

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

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

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