#535056

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

Shades of Mulled Wine #535056

Tints of Mulled Wine #535056

Color information

#535056 (or 0x535056) is unknown color: approx Mulled Wine. HEX triplet: 53, 50 and 56. RGB value is (83,80,86). Sum of RGB (Red+Green+Blue) = 83+80+86=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 86 - color contains mainly: blue. Hex color #535056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535056 is #ACAFA9. Grayscale: #515151. Windows color (decimal): -11317162 or 5656659. OLE color: 5656659.

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

Color convert

RGB838086-
CMYK0.030.0700.66
HSL270º3.61%32.55%-
HSV(B)270º6.98%33.73%-
XYZ8.128.259.97-
YUV81.58130.49129.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=33.33%
G=32.13%
B=34.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8380860.030.0700.662703.6132.55
Hex5350563704210e421
Octal123120126370102416441
Binary1010011101000010101101111101000010100001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535056; }

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

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

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

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

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

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

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

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