Html Css Color HEX #575061 Mulled Wine

📋 copy color: '#575061'

red 87 ◦ green 80 ◦ blue 97

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

Shades of Mulled Wine #575061

Tints of Mulled Wine #575061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

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

R = 32.95%
G = 30.3%
B = 36.74%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575061 (or 0x575061) is known color: Mulled Wine. HEX triplet: 57, 50 and 61. RGB value is (87,80,97). Sum of RGB (Red+Green+Blue) = 87+80+97=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #575061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575061 is #A8AF9E. Grayscale: #535353. Windows color (decimal): -11055007 or 6377559. OLE color: 6377559.

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

Color convert

RGB 87 80 97 -
CMYK 0.10 0.18 0 0.62
HSL 264.71º 0.1% 0.35% -
HSV(B) 264.71º 0.18% 0.38% -
XYZ 8.96 8.63 12.5 -
YUV 84.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 87 80 97 0.10 0.18 0 0.62 264.71 0.1 0.35
Hex 57 50 61 A 12 0 3E 109 A 23
Octal 127 120 141 12 22 0 76 411 12 43
Binary 1010111 1010000 1100001 1010 10010 0 111110 100001001 1010 100011

Color Harmonies of #575061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575061

Black with #575061

Text Example


Text Example

White with #575061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575061; }

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

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

background-color css

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

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

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

border-color css

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

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

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