Html Css Color HEX #57555A Mulled Wine

📋 copy color: '#57555A'

red 87 ◦ green 85 ◦ blue 90

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

Shades of Mulled Wine #57555A

Tints of Mulled Wine #57555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 33.21%
G = 32.44%
B = 34.35%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#57555A (or 0x57555A) is known color: Mulled Wine. HEX triplet: 57, 55 and 5A. RGB value is (87,85,90). Sum of RGB (Red+Green+Blue) = 87+85+90=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 90 - color contains mainly: blue. Hex color #57555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57555A is #A8AAA5. Grayscale: #565656. Windows color (decimal): -11053734 or 5920087. OLE color: 5920087.

HSL color Cylindrical-coordinate representation of color #57555A: hue angle of 264º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #57555A is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 85 90 -
CMYK 0.03 0.06 0 0.65
HSL 264º 0.03% 0.34% -
HSV(B) 264º 0.06% 0.35% -
XYZ 9.02 9.26 10.98 -
YUV 86.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 87 85 90 0.03 0.06 0 0.65 264 0.03 0.34
Hex 57 55 5A 3 6 0 41 108 3 22
Octal 127 125 132 3 6 0 101 410 3 42
Binary 1010111 1010101 1011010 11 110 0 1000001 100001000 11 100010

Color Harmonies of #57555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57555A

Black with #57555A

Text Example


Text Example

White with #57555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57555A; }

 p { color: rgb(87,85,90); }

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

background-color css

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

 a { background-color: rgb(87,85,90); }

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

border-color css

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

 span { border-color: rgb(87,85,90); }

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