#55515A

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

Shades of Mulled Wine #55515A

Tints of Mulled Wine #55515A

Color information

#55515A (or 0x55515A) is unknown color: approx Mulled Wine. HEX triplet: 55, 51 and 5A. RGB value is (85,81,90). Sum of RGB (Red+Green+Blue) = 85+81+90=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 90 - color contains mainly: blue. Hex color #55515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55515A is #AAAEA5. Grayscale: #535353. Windows color (decimal): -11185830 or 5919061. OLE color: 5919061.

HSL color Cylindrical-coordinate representation of color #55515A: hue angle of 266.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #55515A is Cyan = 0.06, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB858190-
CMYK0.060.100.65
HSL266.67º5.26%33.53%-
HSV(B)266.67º10%35.29%-
XYZ8.538.5510.87-
YUV83.22131.83129.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=33.20%
G=31.64%
B=35.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8581900.060.100.65266.675.2633.53
Hex55515A6A04110b522
Octal1251211326120101413542
Binary101010110100011011010110101001000001100001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55515A; }

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

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

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

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

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

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

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

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