#584A68

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

Shades of Mulled Wine #584A68

Tints of Mulled Wine #584A68

Color information

#584A68 (or 0x584A68) is unknown color: approx Mulled Wine. HEX triplet: 58, 4A and 68. RGB value is (88,74,104). Sum of RGB (Red+Green+Blue) = 88+74+104=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #584A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A68 is #A7B597. Grayscale: #515151. Windows color (decimal): -10991000 or 6834776. OLE color: 6834776.

HSL color Cylindrical-coordinate representation of color #584A68: hue angle of 268º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #584A68 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8874104-
CMYK0.150.2900.59
HSL268º16.85%34.9%-
HSV(B)268º28.85%40.78%-
XYZ8.977.9714.16-
YUV81.61140.64132.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.08%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=33.08%
G=27.82%
B=39.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88741040.150.2900.5926816.8534.9
Hex584A68F1D03B10c1123
Octal13011215017350734142143
Binary101100010010101101000111111101011101110000110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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