Html Css Color HEX #574869 Mulled Wine

📋 copy color: '#574869'

red 87 ◦ green 72 ◦ blue 105

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

Shades of Mulled Wine #574869

Tints of Mulled Wine #574869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 32.95%
G = 27.27%
B = 39.77%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#574869 (or 0x574869) is known color: Mulled Wine. HEX triplet: 57, 48 and 69. RGB value is (87,72,105). Sum of RGB (Red+Green+Blue) = 87+72+105=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 105 - color contains mainly: blue. Hex color #574869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574869 is #A8B796. Grayscale: #505050. Windows color (decimal): -11057047 or 6899799. OLE color: 6899799.

HSL color Cylindrical-coordinate representation of color #574869: hue angle of 267.27º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #574869 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 72 105 -
CMYK 0.17 0.31 0 0.59
HSL 267.27º 0.19% 0.35% -
HSV(B) 267.27º 0.31% 0.41% -
XYZ 8.8 7.68 14.38 -
YUV 80.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 87 72 105 0.17 0.31 0 0.59 267.27 0.19 0.35
Hex 57 48 69 11 1F 0 3B 10B 13 23
Octal 127 110 151 21 37 0 73 413 23 43
Binary 1010111 1001000 1101001 10001 11111 0 111011 100001011 10011 100011

Color Harmonies of #574869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574869

Black with #574869

Text Example


Text Example

White with #574869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574869; }

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

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

background-color css

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

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

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

border-color css

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

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

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