Html Css Color HEX #585261 Mulled Wine

📋 copy color: '#585261'

red 88 ◦ green 82 ◦ blue 97

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

Shades of Mulled Wine #585261

Tints of Mulled Wine #585261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

 BLUE value IS 97 (38.28% from 255) = 36.33%

R = 32.96%
G = 30.71%
B = 36.33%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585261 (or 0x585261) is known color: Mulled Wine. HEX triplet: 58, 52 and 61. RGB value is (88,82,97). Sum of RGB (Red+Green+Blue) = 88+82+97=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 97 - color contains mainly: blue. Hex color #585261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585261 is #A7AD9E. Grayscale: #555555. Windows color (decimal): -10988959 or 6378072. OLE color: 6378072.

HSL color Cylindrical-coordinate representation of color #585261: hue angle of 264º 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 #585261 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 82 97 -
CMYK 0.09 0.15 0 0.62
HSL 264º 0.08% 0.35% -
HSV(B) 264º 0.15% 0.38% -
XYZ 9.2 8.97 12.56 -
YUV 85.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 88 82 97 0.09 0.15 0 0.62 264 0.08 0.35
Hex 58 52 61 9 F 0 3E 108 8 23
Octal 130 122 141 11 17 0 76 410 10 43
Binary 1011000 1010010 1100001 1001 1111 0 111110 100001000 1000 100011

Color Harmonies of #585261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585261

Black with #585261

Text Example


Text Example

White with #585261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585261; }

 p { color: rgb(88,82,97); }

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

background-color css

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

 a { background-color: rgb(88,82,97); }

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

border-color css

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

 span { border-color: rgb(88,82,97); }

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