#555261

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

Shades of Mulled Wine #555261

Tints of Mulled Wine #555261

Color information

#555261 (or 0x555261) is unknown color: approx Mulled Wine. HEX triplet: 55, 52 and 61. RGB value is (85,82,97). Sum of RGB (Red+Green+Blue) = 85+82+97=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #555261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555261 is #AAAD9E. Grayscale: #545454. Windows color (decimal): -11185567 or 6378069. OLE color: 6378069.

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

Color convert

RGB858297-
CMYK0.120.1500.62
HSL252º8.38%35.1%-
HSV(B)252º15.46%38.04%-
XYZ8.928.8312.54-
YUV84.61134.99128.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=32.20%
G=31.06%
B=36.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8582970.120.1500.622528.3835.1
Hex555261CF03Efc823
Octal12512214114170763741043
Binary101010110100101100001110011110111110111111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555261; }

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

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

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

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

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

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

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

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