#555060

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

Shades of Mulled Wine #555060

Tints of Mulled Wine #555060

Color information

#555060 (or 0x555060) is unknown color: approx Mulled Wine. HEX triplet: 55, 50 and 60. RGB value is (85,80,96). Sum of RGB (Red+Green+Blue) = 85+80+96=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #555060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555060 is #AAAF9F. Grayscale: #535353. Windows color (decimal): -11186080 or 6312021. OLE color: 6312021.

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

Color convert

RGB858096-
CMYK0.110.1700.62
HSL258.75º9.09%34.51%-
HSV(B)258.75º16.67%37.65%-
XYZ8.738.5112.25-
YUV83.32135.16129.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=32.57%
G=30.65%
B=36.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8580960.110.1700.62258.759.0934.51
Hex555060B1103E103923
Octal12512014013210764031143
Binary10101011010000110000010111000101111101000000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555060; }

 p { color: rgb(85,80,96); }

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

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

 a { background-color: rgb(85,80,96); }

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

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

 span { border-color: rgb(85,80,96); }

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