#535059

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

Shades of Mulled Wine #535059

Tints of Mulled Wine #535059

Color information

#535059 (or 0x535059) is unknown color: approx Mulled Wine. HEX triplet: 53, 50 and 59. RGB value is (83,80,89). Sum of RGB (Red+Green+Blue) = 83+80+89=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 89 - color contains mainly: blue. Hex color #535059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535059 is #ACAFA6. Grayscale: #515151. Windows color (decimal): -11317159 or 5853267. OLE color: 5853267.

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

Color convert

RGB838089-
CMYK0.070.1000.65
HSL260º5.33%33.14%-
HSV(B)260º10.11%34.9%-
XYZ8.248.310.62-
YUV81.92131.99128.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=32.94%
G=31.75%
B=35.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8380890.070.1000.652605.3333.14
Hex5350597A041104521
Octal1231201317120101404541
Binary101001110100001011001111101001000001100000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535059; }

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

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

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

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

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

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

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

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