Html Css Color HEX #574F65 Mulled Wine

📋 copy color: '#574F65'

red 87 ◦ green 79 ◦ blue 101

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

Shades of Mulled Wine #574F65

Tints of Mulled Wine #574F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 32.58%
G = 29.59%
B = 37.83%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#574F65 (or 0x574F65) is known color: Mulled Wine. HEX triplet: 57, 4F and 65. RGB value is (87,79,101). Sum of RGB (Red+Green+Blue) = 87+79+101=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #574F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F65 is #A8B09A. Grayscale: #535353. Windows color (decimal): -11055259 or 6639447. OLE color: 6639447.

HSL color Cylindrical-coordinate representation of color #574F65: hue angle of 261.82º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574F65 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 79 101 -
CMYK 0.14 0.22 0 0.60
HSL 261.82º 0.12% 0.35% -
HSV(B) 261.82º 0.22% 0.4% -
XYZ 9.08 8.56 13.49 -
YUV 83.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 87 79 101 0.14 0.22 0 0.60 261.82 0.12 0.35
Hex 57 4F 65 E 16 0 3C 106 C 23
Octal 127 117 145 16 26 0 74 406 14 43
Binary 1010111 1001111 1100101 1110 10110 0 111100 100000110 1100 100011

Color Harmonies of #574F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F65

Black with #574F65

Text Example


Text Example

White with #574F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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