Html Css Color HEX #574F62 Mulled Wine

📋 copy color: '#574F62'

red 87 ◦ green 79 ◦ blue 98

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

Shades of Mulled Wine #574F62

Tints of Mulled Wine #574F62

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.92%

 BLUE value IS 98 (38.67% from 255) = 37.12%

R = 32.95%
G = 29.92%
B = 37.12%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#574F62 (or 0x574F62) is known color: Mulled Wine. HEX triplet: 57, 4F and 62. RGB value is (87,79,98). Sum of RGB (Red+Green+Blue) = 87+79+98=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 98 - color contains mainly: blue. Hex color #574F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F62 is #A8B09D. Grayscale: #535353. Windows color (decimal): -11055262 or 6442839. OLE color: 6442839.

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

Color convert

RGB 87 79 98 -
CMYK 0.11 0.19 0 0.62
HSL 265.26º 0.11% 0.35% -
HSV(B) 265.26º 0.19% 0.38% -
XYZ 8.93 8.5 12.73 -
YUV 83.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 87 79 98 0.11 0.19 0 0.62 265.26 0.11 0.35
Hex 57 4F 62 B 13 0 3E 109 B 23
Octal 127 117 142 13 23 0 76 411 13 43
Binary 1010111 1001111 1100010 1011 10011 0 111110 100001001 1011 100011

Color Harmonies of #574F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F62

Black with #574F62

Text Example


Text Example

White with #574F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574F62; }

 p { color: rgb(87,79,98); }

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

background-color css

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

 a { background-color: rgb(87,79,98); }

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

border-color css

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

 span { border-color: rgb(87,79,98); }

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