Html Css Color HEX #585365 Mulled Wine

📋 copy color: '#585365'

red 88 ◦ green 83 ◦ blue 101

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

Shades of Mulled Wine #585365

Tints of Mulled Wine #585365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.51%

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

R = 32.35%
G = 30.51%
B = 37.13%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#585365 (or 0x585365) is known color: Mulled Wine. HEX triplet: 58, 53 and 65. RGB value is (88,83,101). Sum of RGB (Red+Green+Blue) = 88+83+101=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #585365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585365 is #A7AC9A. Grayscale: #565656. Windows color (decimal): -10988699 or 6640472. OLE color: 6640472.

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

Color convert

RGB 88 83 101 -
CMYK 0.13 0.18 0 0.60
HSL 256.67º 0.1% 0.36% -
HSV(B) 256.67º 0.18% 0.4% -
XYZ 9.47 9.2 13.59 -
YUV 86.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 88 83 101 0.13 0.18 0 0.60 256.67 0.1 0.36
Hex 58 53 65 D 12 0 3C 101 A 24
Octal 130 123 145 15 22 0 74 401 12 44
Binary 1011000 1010011 1100101 1101 10010 0 111100 100000001 1010 100100

Color Harmonies of #585365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585365

Black with #585365

Text Example


Text Example

White with #585365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585365; }

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

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

background-color css

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

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

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

border-color css

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

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

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