Html Css Color HEX #575164 Mulled Wine

📋 copy color: '#575164'

red 87 ◦ green 81 ◦ blue 100

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

Shades of Mulled Wine #575164

Tints of Mulled Wine #575164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.22%

 BLUE value IS 100 (39.45% from 255) = 37.31%

R = 32.46%
G = 30.22%
B = 37.31%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#575164 (or 0x575164) is known color: Mulled Wine. HEX triplet: 57, 51 and 64. RGB value is (87,81,100). Sum of RGB (Red+Green+Blue) = 87+81+100=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 100 - color contains mainly: blue. Hex color #575164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575164 is #A8AE9B. Grayscale: #545454. Windows color (decimal): -11054748 or 6574423. OLE color: 6574423.

HSL color Cylindrical-coordinate representation of color #575164: hue angle of 258.95º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #575164 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 87 81 100 -
CMYK 0.13 0.19 0 0.61
HSL 258.95º 0.1% 0.35% -
HSV(B) 258.95º 0.19% 0.39% -
XYZ 9.17 8.83 13.28 -
YUV 84.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 87 81 100 0.13 0.19 0 0.61 258.95 0.1 0.35
Hex 57 51 64 D 13 0 3D 103 A 23
Octal 127 121 144 15 23 0 75 403 12 43
Binary 1010111 1010001 1100100 1101 10011 0 111101 100000011 1010 100011

Color Harmonies of #575164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575164

Black with #575164

Text Example


Text Example

White with #575164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575164; }

 p { color: rgb(87,81,100); }

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

background-color css

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

 a { background-color: rgb(87,81,100); }

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

border-color css

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

 span { border-color: rgb(87,81,100); }

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