#555161

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

Shades of Mulled Wine #555161

Tints of Mulled Wine #555161

Color information

#555161 (or 0x555161) is unknown color: approx Mulled Wine. HEX triplet: 55, 51 and 61. RGB value is (85,81,97). Sum of RGB (Red+Green+Blue) = 85+81+97=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #555161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555161 is #AAAE9E. Grayscale: #535353. Windows color (decimal): -11185823 or 6377813. OLE color: 6377813.

HSL color Cylindrical-coordinate representation of color #555161: hue angle of 255º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #555161 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB858197-
CMYK0.120.1600.62
HSL255º8.99%34.9%-
HSV(B)255º16.49%38.04%-
XYZ8.858.6812.52-
YUV84.02135.33128.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 97 (38.28% from 255) = 36.88%
R=32.32%
G=30.80%
B=36.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8581970.120.1600.622558.9934.9
Hex555161C1003Eff923
Octal12512114114200763771143
Binary1010101101000111000011100100000111110111111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555161; }

 p { color: rgb(85,81,97); }

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

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

 a { background-color: rgb(85,81,97); }

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

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

 span { border-color: rgb(85,81,97); }

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