#555065

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

Shades of Mulled Wine #555065

Tints of Mulled Wine #555065

Color information

#555065 (or 0x555065) is unknown color: approx Mulled Wine. HEX triplet: 55, 50 and 65. RGB value is (85,80,101). Sum of RGB (Red+Green+Blue) = 85+80+101=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 101 - color contains mainly: blue. Hex color #555065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555065 is #AAAF9A. Grayscale: #535353. Windows color (decimal): -11186075 or 6639701. OLE color: 6639701.

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

Color convert

RGB8580101-
CMYK0.160.2100.60
HSL254.29º11.6%35.49%-
HSV(B)254.29º20.79%39.61%-
XYZ8.968.6113.5-
YUV83.89137.66128.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=31.95%
G=30.08%
B=37.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85801010.160.2100.60254.2911.635.49
Hex555065101503Cfec23
Octal12512014520250743761443
Binary10101011010000110010110000101010111100111111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555065; }

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

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

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

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

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

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

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

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