#555457

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

Shades of Mulled Wine #555457

Tints of Mulled Wine #555457

Color information

#555457 (or 0x555457) is unknown color: approx Mulled Wine. HEX triplet: 55, 54 and 57. RGB value is (85,84,87). Sum of RGB (Red+Green+Blue) = 85+84+87=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 87 - color contains mainly: blue. Hex color #555457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555457 is #AAABA8. Grayscale: #545454. Windows color (decimal): -11185065 or 5723221. OLE color: 5723221.

HSL color Cylindrical-coordinate representation of color #555457: hue angle of 260º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #555457 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB858487-
CMYK0.020.0300.66
HSL260º1.75%33.53%-
HSV(B)260º3.45%34.12%-
XYZ8.648.9610.29-
YUV84.64129.33128.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=33.20%
G=32.81%
B=33.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8584870.020.0300.662601.7533.53
Hex55545723042104222
Octal125124127230102404242
Binary10101011010100101011110110100001010000010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555457; }

 p { color: rgb(85,84,87); }

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

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

 a { background-color: rgb(85,84,87); }

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

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

 span { border-color: rgb(85,84,87); }

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