#525059

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

Shades of Mulled Wine #525059

Tints of Mulled Wine #525059

Color information

#525059 (or 0x525059) is unknown color: approx Mulled Wine. HEX triplet: 52, 50 and 59. RGB value is (82,80,89). Sum of RGB (Red+Green+Blue) = 82+80+89=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: blue. Hex color #525059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525059 is #ADAFA6. Grayscale: #515151. Windows color (decimal): -11382695 or 5853266. OLE color: 5853266.

HSL color Cylindrical-coordinate representation of color #525059: hue angle of 253.33º 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 #525059 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB828089-
CMYK0.080.1000.65
HSL253.33º5.33%33.14%-
HSV(B)253.33º10.11%34.9%-
XYZ8.158.2510.61-
YUV81.62132.16128.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=32.67%
G=31.87%
B=35.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8280890.080.1000.65253.335.3333.14
Hex5250598A041fd521
Octal12212013110120101375541
Binary101001010100001011001100010100100000111111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525059; }

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

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

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

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

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

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

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

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