#595268

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

Shades of Mulled Wine #595268

Tints of Mulled Wine #595268

Color information

#595268 (or 0x595268) is unknown color: approx Mulled Wine. HEX triplet: 59, 52 and 68. RGB value is (89,82,104). Sum of RGB (Red+Green+Blue) = 89+82+104=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #595268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595268 is #A6AD97. Grayscale: #565656. Windows color (decimal): -10923416 or 6836825. OLE color: 6836825.

HSL color Cylindrical-coordinate representation of color #595268: hue angle of 259.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #595268 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8982104-
CMYK0.140.2100.59
HSL259.09º11.83%36.47%-
HSV(B)259.09º21.15%40.78%-
XYZ9.649.1614.36-
YUV86.6137.82129.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.36%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=32.36%
G=29.82%
B=37.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89821040.140.2100.59259.0911.8336.47
Hex595268E1503B103c24
Octal13112215016250734031444
Binary10110011010010110100011101010101110111000000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595268; }

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

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

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

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

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

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

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

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