Html Css Color HEX #56555B Mulled Wine

📋 copy color: '#56555B'

red 86 ◦ green 85 ◦ blue 91

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

Shades of Mulled Wine #56555B

Tints of Mulled Wine #56555B

RGB

 RED value IS 86 (33.98% from 255) = 32.82%

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

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

R = 32.82%
G = 32.44%
B = 34.73%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56555B (or 0x56555B) is known color: Mulled Wine. HEX triplet: 56, 55 and 5B. RGB value is (86,85,91). Sum of RGB (Red+Green+Blue) = 86+85+91=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 91 - color contains mainly: blue. Hex color #56555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56555B is #A9AAA4. Grayscale: #555555. Windows color (decimal): -11119269 or 5985622. OLE color: 5985622.

HSL color Cylindrical-coordinate representation of color #56555B: hue angle of 250º 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 #56555B is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 85 91 -
CMYK 0.05 0.07 0 0.64
HSL 250º 0.03% 0.35% -
HSV(B) 250º 0.07% 0.36% -
XYZ 8.97 9.23 11.21 -
YUV 85.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 86 85 91 0.05 0.07 0 0.64 250 0.03 0.35
Hex 56 55 5B 5 7 0 40 FA 3 23
Octal 126 125 133 5 7 0 100 372 3 43
Binary 1010110 1010101 1011011 101 111 0 1000000 11111010 11 100011

Color Harmonies of #56555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56555B

Black with #56555B

Text Example


Text Example

White with #56555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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