#584A6C

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

Shades of Mulled Wine #584A6C

Tints of Mulled Wine #584A6C

Color information

#584A6C (or 0x584A6C) is unknown color: approx Mulled Wine. HEX triplet: 58, 4A and 6C. RGB value is (88,74,108). Sum of RGB (Red+Green+Blue) = 88+74+108=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #584A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A6C is #A7B593. Grayscale: #515151. Windows color (decimal): -10990996 or 7096920. OLE color: 7096920.

HSL color Cylindrical-coordinate representation of color #584A6C: hue angle of 264.71º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #584A6C is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8874108-
CMYK0.190.3100.58
HSL264.71º18.68%35.69%-
HSV(B)264.71º31.48%42.35%-
XYZ9.188.0515.26-
YUV82.06142.64132.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.59%
GREEN value IS 74 (29.30% from 255) = 27.41%
BLUE value IS 108 (42.58% from 255) = 40%
R=32.59%
G=27.41%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88741080.190.3100.58264.7118.6835.69
Hex584A6C131F03A1091324
Octal13011215423370724112344
Binary1011000100101011011001001111111011101010000100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584A6C; }

 p { color: rgb(88,74,108); }

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

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

 a { background-color: rgb(88,74,108); }

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

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

 span { border-color: rgb(88,74,108); }

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