Html Css Color HEX #57555B Mulled Wine

📋 copy color: '#57555B'

red 87 ◦ green 85 ◦ blue 91

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

Shades of Mulled Wine #57555B

Tints of Mulled Wine #57555B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 33.08%
G = 32.32%
B = 34.6%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57555B (or 0x57555B) is known color: Mulled Wine. HEX triplet: 57, 55 and 5B. RGB value is (87,85,91). Sum of RGB (Red+Green+Blue) = 87+85+91=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 91 - color contains mainly: blue. Hex color #57555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57555B is #A8AAA4. Grayscale: #565656. Windows color (decimal): -11053733 or 5985623. OLE color: 5985623.

HSL color Cylindrical-coordinate representation of color #57555B: hue angle of 260º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #57555B is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 85 91 -
CMYK 0.04 0.07 0 0.64
HSL 260º 0.03% 0.35% -
HSV(B) 260º 0.07% 0.36% -
XYZ 9.07 9.28 11.21 -
YUV 86.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 87 85 91 0.04 0.07 0 0.64 260 0.03 0.35
Hex 57 55 5B 4 7 0 40 104 3 23
Octal 127 125 133 4 7 0 100 404 3 43
Binary 1010111 1010101 1011011 100 111 0 1000000 100000100 11 100011

Color Harmonies of #57555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57555B

Black with #57555B

Text Example


Text Example

White with #57555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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