Html Css Color HEX #585260 Mulled Wine

📋 copy color: '#585260'

red 88 ◦ green 82 ◦ blue 96

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

Shades of Mulled Wine #585260

Tints of Mulled Wine #585260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 33.08%
G = 30.83%
B = 36.09%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585260 (or 0x585260) is known color: Mulled Wine. HEX triplet: 58, 52 and 60. RGB value is (88,82,96). Sum of RGB (Red+Green+Blue) = 88+82+96=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 96 - color contains mainly: blue. Hex color #585260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585260 is #A7AD9F. Grayscale: #555555. Windows color (decimal): -10988960 or 6312536. OLE color: 6312536.

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

Color convert

RGB 88 82 96 -
CMYK 0.08 0.15 0 0.62
HSL 265.71º 0.08% 0.35% -
HSV(B) 265.71º 0.15% 0.38% -
XYZ 9.15 8.95 12.31 -
YUV 85.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 88 82 96 0.08 0.15 0 0.62 265.71 0.08 0.35
Hex 58 52 60 8 F 0 3E 10A 8 23
Octal 130 122 140 10 17 0 76 412 10 43
Binary 1011000 1010010 1100000 1000 1111 0 111110 100001010 1000 100011

Color Harmonies of #585260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585260

Black with #585260

Text Example


Text Example

White with #585260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585260; }

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

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

background-color css

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

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

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

border-color css

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

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

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