Html Css Color HEX #585166 Mulled Wine

📋 copy color: '#585166'

red 88 ◦ green 81 ◦ blue 102

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

Shades of Mulled Wine #585166

Tints of Mulled Wine #585166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.64%

R = 32.47%
G = 29.89%
B = 37.64%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#585166 (or 0x585166) is known color: Mulled Wine. HEX triplet: 58, 51 and 66. RGB value is (88,81,102). Sum of RGB (Red+Green+Blue) = 88+81+102=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 102 - color contains mainly: blue. Hex color #585166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585166 is #A7AE99. Grayscale: #555555. Windows color (decimal): -10989210 or 6705496. OLE color: 6705496.

HSL color Cylindrical-coordinate representation of color #585166: hue angle of 260º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #585166 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 81 102 -
CMYK 0.14 0.21 0 0.6
HSL 260º 0.11% 0.36% -
HSV(B) 260º 0.21% 0.4% -
XYZ 9.37 8.92 13.8 -
YUV 85.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 88 81 102 0.14 0.21 0 0.6 260 0.11 0.36
Hex 58 51 66 E 15 0 3C 104 B 24
Octal 130 121 146 16 25 0 74 404 13 44
Binary 1011000 1010001 1100110 1110 10101 0 111100 100000100 1011 100100

Color Harmonies of #585166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585166

Black with #585166

Text Example


Text Example

White with #585166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585166; }

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

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

background-color css

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

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

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

border-color css

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

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

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