#535159

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

Shades of Mulled Wine #535159

Tints of Mulled Wine #535159

Color information

#535159 (or 0x535159) is unknown color: approx Mulled Wine. HEX triplet: 53, 51 and 59. RGB value is (83,81,89). Sum of RGB (Red+Green+Blue) = 83+81+89=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #535159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535159 is #ACAEA6. Grayscale: #525252. Windows color (decimal): -11316903 or 5853523. OLE color: 5853523.

HSL color Cylindrical-coordinate representation of color #535159: hue angle of 255º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #535159 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB838189-
CMYK0.070.0900.65
HSL255º4.71%33.33%-
HSV(B)255º8.99%34.9%-
XYZ8.318.4510.64-
YUV82.51131.66128.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 89 (35.16% from 255) = 35.18%
R=32.81%
G=32.02%
B=35.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8381890.070.0900.652554.7133.33
Hex53515979041ff521
Octal1231211317110101377541
Binary10100111010001101100111110010100000111111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535159; }

 p { color: rgb(83,81,89); }

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

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

 a { background-color: rgb(83,81,89); }

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

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

 span { border-color: rgb(83,81,89); }

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