#535057

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

Shades of Mulled Wine #535057

Tints of Mulled Wine #535057

Color information

#535057 (or 0x535057) is unknown color: approx Mulled Wine. HEX triplet: 53, 50 and 57. RGB value is (83,80,87). Sum of RGB (Red+Green+Blue) = 83+80+87=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 87 - color contains mainly: blue. Hex color #535057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535057 is #ACAFA8. Grayscale: #515151. Windows color (decimal): -11317161 or 5722195. OLE color: 5722195.

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

Color convert

RGB838087-
CMYK0.050.0800.66
HSL265.71º4.19%32.75%-
HSV(B)265.71º8.05%34.12%-
XYZ8.168.2610.18-
YUV81.69130.99128.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 87 (34.38% from 255) = 34.8%
R=33.2%
G=32%
B=34.8%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8380870.050.0800.66265.714.1932.75
Hex5350575804210a421
Octal1231201275100102412441
Binary101001110100001010111101100001000010100001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535057; }

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

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

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

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

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

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

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

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