Html Css Color HEX #575461 Mulled Wine

📋 copy color: '#575461'

red 87 ◦ green 84 ◦ blue 97

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

Shades of Mulled Wine #575461

Tints of Mulled Wine #575461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 32.46%
G = 31.34%
B = 36.19%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575461 (or 0x575461) is known color: Mulled Wine. HEX triplet: 57, 54 and 61. RGB value is (87,84,97). Sum of RGB (Red+Green+Blue) = 87+84+97=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 97 - color contains mainly: blue. Hex color #575461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575461 is #A8AB9E. Grayscale: #565656. Windows color (decimal): -11053983 or 6378583. OLE color: 6378583.

HSL color Cylindrical-coordinate representation of color #575461: hue angle of 253.85º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #575461 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 84 97 -
CMYK 0.10 0.13 0 0.62
HSL 253.85º 0.07% 0.35% -
HSV(B) 253.85º 0.13% 0.38% -
XYZ 9.26 9.23 12.6 -
YUV 86.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 87 84 97 0.10 0.13 0 0.62 253.85 0.07 0.35
Hex 57 54 61 A D 0 3E FE 7 23
Octal 127 124 141 12 15 0 76 376 7 43
Binary 1010111 1010100 1100001 1010 1101 0 111110 11111110 111 100011

Color Harmonies of #575461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575461

Black with #575461

Text Example


Text Example

White with #575461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575461; }

 p { color: rgb(87,84,97); }

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

background-color css

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

 a { background-color: rgb(87,84,97); }

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

border-color css

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

 span { border-color: rgb(87,84,97); }

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