Html Css Color HEX #574D69 Mulled Wine

📋 copy color: '#574D69'

red 87 ◦ green 77 ◦ blue 105

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

Shades of Mulled Wine #574D69

Tints of Mulled Wine #574D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.62%

 BLUE value IS 105 (41.41% from 255) = 39.03%

R = 32.34%
G = 28.62%
B = 39.03%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#574D69 (or 0x574D69) is known color: Mulled Wine. HEX triplet: 57, 4D and 69. RGB value is (87,77,105). Sum of RGB (Red+Green+Blue) = 87+77+105=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #574D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D69 is #A8B296. Grayscale: #535353. Windows color (decimal): -11055767 or 6901079. OLE color: 6901079.

HSL color Cylindrical-coordinate representation of color #574D69: hue angle of 261.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #574D69 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 77 105 -
CMYK 0.17 0.27 0 0.59
HSL 261.43º 0.15% 0.36% -
HSV(B) 261.43º 0.27% 0.41% -
XYZ 9.13 8.35 14.5 -
YUV 83.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 87 77 105 0.17 0.27 0 0.59 261.43 0.15 0.36
Hex 57 4D 69 11 1B 0 3B 105 F 24
Octal 127 115 151 21 33 0 73 405 17 44
Binary 1010111 1001101 1101001 10001 11011 0 111011 100000101 1111 100100

Color Harmonies of #574D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D69

Black with #574D69

Text Example


Text Example

White with #574D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,77,105); }

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

background-color css

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

 a { background-color: rgb(87,77,105); }

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

border-color css

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

 span { border-color: rgb(87,77,105); }

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