Html Css Color HEX #58515F Mulled Wine

📋 copy color: '#58515F'

red 88 ◦ green 81 ◦ blue 95

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

Shades of Mulled Wine #58515F

Tints of Mulled Wine #58515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

 BLUE value IS 95 (37.5% from 255) = 35.98%

R = 33.33%
G = 30.68%
B = 35.98%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#58515F (or 0x58515F) is known color: Mulled Wine. HEX triplet: 58, 51 and 5F. RGB value is (88,81,95). Sum of RGB (Red+Green+Blue) = 88+81+95=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 95 - color contains mainly: blue. Hex color #58515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58515F is #A7AEA0. Grayscale: #545454. Windows color (decimal): -10989217 or 6246744. OLE color: 6246744.

HSL color Cylindrical-coordinate representation of color #58515F: hue angle of 270º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #58515F is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 81 95 -
CMYK 0.07 0.15 0 0.63
HSL 270º 0.08% 0.35% -
HSV(B) 270º 0.15% 0.37% -
XYZ 9.03 8.79 12.05 -
YUV 84.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 88 81 95 0.07 0.15 0 0.63 270 0.08 0.35
Hex 58 51 5F 7 F 0 3F 10E 8 23
Octal 130 121 137 7 17 0 77 416 10 43
Binary 1011000 1010001 1011111 111 1111 0 111111 100001110 1000 100011

Color Harmonies of #58515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58515F

Black with #58515F

Text Example


Text Example

White with #58515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58515F; }

 p { color: rgb(88,81,95); }

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

background-color css

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

 a { background-color: rgb(88,81,95); }

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

border-color css

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

 span { border-color: rgb(88,81,95); }

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