Html Css Color HEX #575260 Mulled Wine

📋 copy color: '#575260'

red 87 ◦ green 82 ◦ blue 96

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

Shades of Mulled Wine #575260

Tints of Mulled Wine #575260

RGB

 RED value IS 87 (34.38% from 255) = 32.83%

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

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

R = 32.83%
G = 30.94%
B = 36.23%

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

#575260 (or 0x575260) is known color: Mulled Wine. HEX triplet: 57, 52 and 60. RGB value is (87,82,96). Sum of RGB (Red+Green+Blue) = 87+82+96=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #575260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575260 is #A8AD9F. Grayscale: #555555. Windows color (decimal): -11054496 or 6312535. OLE color: 6312535.

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

Color convert

RGB 87 82 96 -
CMYK 0.09 0.15 0 0.62
HSL 261.43º 0.08% 0.35% -
HSV(B) 261.43º 0.15% 0.38% -
XYZ 9.06 8.91 12.31 -
YUV 85.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 87 82 96 0.09 0.15 0 0.62 261.43 0.08 0.35
Hex 57 52 60 9 F 0 3E 105 8 23
Octal 127 122 140 11 17 0 76 405 10 43
Binary 1010111 1010010 1100000 1001 1111 0 111110 100000101 1000 100011

Color Harmonies of #575260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575260

Black with #575260

Text Example


Text Example

White with #575260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575260; }

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

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

background-color css

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

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

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

border-color css

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

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

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