Html Css Color HEX #58565C Mulled Wine

📋 copy color: '#58565C'

red 88 ◦ green 86 ◦ blue 92

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

Shades of Mulled Wine #58565C

Tints of Mulled Wine #58565C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

 BLUE value IS 92 (36.33% from 255) = 34.59%

R = 33.08%
G = 32.33%
B = 34.59%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58565C (or 0x58565C) is known color: Mulled Wine. HEX triplet: 58, 56 and 5C. RGB value is (88,86,92). Sum of RGB (Red+Green+Blue) = 88+86+92=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 92 - color contains mainly: blue. Hex color #58565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58565C is #A7A9A3. Grayscale: #575757. Windows color (decimal): -10987940 or 6051416. OLE color: 6051416.

HSL color Cylindrical-coordinate representation of color #58565C: hue angle of 260º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #58565C is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 86 92 -
CMYK 0.04 0.07 0 0.64
HSL 260º 0.03% 0.35% -
HSV(B) 260º 0.07% 0.36% -
XYZ 9.28 9.5 11.47 -
YUV 87.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 88 86 92 0.04 0.07 0 0.64 260 0.03 0.35
Hex 58 56 5C 4 7 0 40 104 3 23
Octal 130 126 134 4 7 0 100 404 3 43
Binary 1011000 1010110 1011100 100 111 0 1000000 100000100 11 100011

Color Harmonies of #58565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58565C

Black with #58565C

Text Example


Text Example

White with #58565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58565C; }

 p { color: rgb(88,86,92); }

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

background-color css

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

 a { background-color: rgb(88,86,92); }

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

border-color css

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

 span { border-color: rgb(88,86,92); }

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