Html Css Color HEX #585065 Mulled Wine

📋 copy color: '#585065'

red 88 ◦ green 80 ◦ blue 101

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

Shades of Mulled Wine #585065

Tints of Mulled Wine #585065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 32.71%
G = 29.74%
B = 37.55%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#585065 (or 0x585065) is known color: Mulled Wine. HEX triplet: 58, 50 and 65. RGB value is (88,80,101). Sum of RGB (Red+Green+Blue) = 88+80+101=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #585065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585065 is #A7AF9A. Grayscale: #545454. Windows color (decimal): -10989467 or 6639704. OLE color: 6639704.

HSL color Cylindrical-coordinate representation of color #585065: hue angle of 262.86º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #585065 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 80 101 -
CMYK 0.13 0.21 0 0.60
HSL 262.86º 0.12% 0.35% -
HSV(B) 262.86º 0.21% 0.4% -
XYZ 9.24 8.75 13.51 -
YUV 84.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 88 80 101 0.13 0.21 0 0.60 262.86 0.12 0.35
Hex 58 50 65 D 15 0 3C 107 C 23
Octal 130 120 145 15 25 0 74 407 14 43
Binary 1011000 1010000 1100101 1101 10101 0 111100 100000111 1100 100011

Color Harmonies of #585065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585065

Black with #585065

Text Example


Text Example

White with #585065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585065; }

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

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

background-color css

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

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

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

border-color css

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

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

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