Html Css Color HEX #585362 Mulled Wine

📋 copy color: '#585362'

red 88 ◦ green 83 ◦ blue 98

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

Shades of Mulled Wine #585362

Tints of Mulled Wine #585362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 32.71%
G = 30.86%
B = 36.43%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585362 (or 0x585362) is known color: Mulled Wine. HEX triplet: 58, 53 and 62. RGB value is (88,83,98). Sum of RGB (Red+Green+Blue) = 88+83+98=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 98 - color contains mainly: blue. Hex color #585362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585362 is #A7AC9D. Grayscale: #565656. Windows color (decimal): -10988702 or 6443864. OLE color: 6443864.

HSL color Cylindrical-coordinate representation of color #585362: hue angle of 260º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #585362 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 83 98 -
CMYK 0.10 0.15 0 0.62
HSL 260º 0.08% 0.35% -
HSV(B) 260º 0.15% 0.38% -
XYZ 9.32 9.14 12.83 -
YUV 86.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 88 83 98 0.10 0.15 0 0.62 260 0.08 0.35
Hex 58 53 62 A F 0 3E 104 8 23
Octal 130 123 142 12 17 0 76 404 10 43
Binary 1011000 1010011 1100010 1010 1111 0 111110 100000100 1000 100011

Color Harmonies of #585362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585362

Black with #585362

Text Example


Text Example

White with #585362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585362; }

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

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

background-color css

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

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

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

border-color css

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

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

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