Html Css Color HEX #575065 Mulled Wine

📋 copy color: '#575065'

red 87 ◦ green 80 ◦ blue 101

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

Shades of Mulled Wine #575065

Tints of Mulled Wine #575065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 32.46%
G = 29.85%
B = 37.69%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#575065 (or 0x575065) is known color: Mulled Wine. HEX triplet: 57, 50 and 65. RGB value is (87,80,101). Sum of RGB (Red+Green+Blue) = 87+80+101=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: blue. Hex color #575065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575065 is #A8AF9A. Grayscale: #545454. Windows color (decimal): -11055003 or 6639703. OLE color: 6639703.

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

Color convert

RGB 87 80 101 -
CMYK 0.14 0.21 0 0.60
HSL 260º 0.12% 0.35% -
HSV(B) 260º 0.21% 0.4% -
XYZ 9.15 8.7 13.51 -
YUV 84.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 87 80 101 0.14 0.21 0 0.60 260 0.12 0.35
Hex 57 50 65 E 15 0 3C 104 C 23
Octal 127 120 145 16 25 0 74 404 14 43
Binary 1010111 1010000 1100101 1110 10101 0 111100 100000100 1100 100011

Color Harmonies of #575065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575065

Black with #575065

Text Example


Text Example

White with #575065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575065; }

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

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

background-color css

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

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

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

border-color css

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

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

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