Html Css Color HEX #585064 Mulled Wine

📋 copy color: '#585064'

red 88 ◦ green 80 ◦ blue 100

#585064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #585064

Tints of Mulled Wine #585064

RGB

 RED value IS 88 (34.77% from 255) = 32.84%

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 100 (39.45% from 255) = 37.31%

R = 32.84%
G = 29.85%
B = 37.31%

CMYK

 C value IS 0.12

 M value IS 0.2

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#585064 (or 0x585064) is known color: Mulled Wine. HEX triplet: 58, 50 and 64. RGB value is (88,80,100). Sum of RGB (Red+Green+Blue) = 88+80+100=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 100 - color contains mainly: blue. Hex color #585064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585064 is #A7AF9B. Grayscale: #545454. Windows color (decimal): -10989468 or 6574168. OLE color: 6574168.

HSL color Cylindrical-coordinate representation of color #585064: hue angle of 264º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #585064 is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 80 100 -
CMYK 0.12 0.2 0 0.61
HSL 264º 0.11% 0.35% -
HSV(B) 264º 0.2% 0.39% -
XYZ 9.19 8.73 13.26 -
YUV 84.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 88 80 100 0.12 0.2 0 0.61 264 0.11 0.35
Hex 58 50 64 C 14 0 3D 108 B 23
Octal 130 120 144 14 24 0 75 410 13 43
Binary 1011000 1010000 1100100 1100 10100 0 111101 100001000 1011 100011

Color Harmonies of #585064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585064

Black with #585064

Text Example


Text Example

White with #585064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585064; }

 p { color: rgb(88,80,100); }

 H1.HeaderClassName
 {
   color: #585064;
 }
 .AnyTagClassName
 {
   color: #585064;
 }
</style>

background-color css

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

 a { background-color: rgb(88,80,100); }

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

border-color css

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

 span { border-color: rgb(88,80,100); }

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