Html Css Color HEX #585462 Mulled Wine

📋 copy color: '#585462'

red 88 ◦ green 84 ◦ blue 98

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

Shades of Mulled Wine #585462

Tints of Mulled Wine #585462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

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

R = 32.59%
G = 31.11%
B = 36.3%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585462 (or 0x585462) is known color: Mulled Wine. HEX triplet: 58, 54 and 62. RGB value is (88,84,98). Sum of RGB (Red+Green+Blue) = 88+84+98=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 98 - color contains mainly: blue. Hex color #585462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585462 is #A7AB9D. Grayscale: #565656. Windows color (decimal): -10988446 or 6444120. OLE color: 6444120.

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

Color convert

RGB 88 84 98 -
CMYK 0.10 0.14 0 0.62
HSL 257.14º 0.08% 0.36% -
HSV(B) 257.14º 0.14% 0.38% -
XYZ 9.4 9.3 12.85 -
YUV 86.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 88 84 98 0.10 0.14 0 0.62 257.14 0.08 0.36
Hex 58 54 62 A E 0 3E 101 8 24
Octal 130 124 142 12 16 0 76 401 10 44
Binary 1011000 1010100 1100010 1010 1110 0 111110 100000001 1000 100100

Color Harmonies of #585462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585462

Black with #585462

Text Example


Text Example

White with #585462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585462; }

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

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

background-color css

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

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

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

border-color css

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

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

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