Html Css Color HEX #575360 Mulled Wine

📋 copy color: '#575360'

red 87 ◦ green 83 ◦ blue 96

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

Shades of Mulled Wine #575360

Tints of Mulled Wine #575360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 32.71%
G = 31.2%
B = 36.09%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575360 (or 0x575360) is known color: Mulled Wine. HEX triplet: 57, 53 and 60. RGB value is (87,83,96). Sum of RGB (Red+Green+Blue) = 87+83+96=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 96 - color contains mainly: blue. Hex color #575360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575360 is #A8AC9F. Grayscale: #555555. Windows color (decimal): -11054240 or 6312791. OLE color: 6312791.

HSL color Cylindrical-coordinate representation of color #575360: hue angle of 258.46º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #575360 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 83 96 -
CMYK 0.09 0.14 0 0.62
HSL 258.46º 0.07% 0.35% -
HSV(B) 258.46º 0.14% 0.38% -
XYZ 9.14 9.06 12.33 -
YUV 85.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 87 83 96 0.09 0.14 0 0.62 258.46 0.07 0.35
Hex 57 53 60 9 E 0 3E 102 7 23
Octal 127 123 140 11 16 0 76 402 7 43
Binary 1010111 1010011 1100000 1001 1110 0 111110 100000010 111 100011

Color Harmonies of #575360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575360

Black with #575360

Text Example


Text Example

White with #575360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575360; }

 p { color: rgb(87,83,96); }

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

background-color css

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

 a { background-color: rgb(87,83,96); }

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

border-color css

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

 span { border-color: rgb(87,83,96); }

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