Html Css Color HEX #56515A Mulled Wine

📋 copy color: '#56515A'

red 86 ◦ green 81 ◦ blue 90

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

Shades of Mulled Wine #56515A

Tints of Mulled Wine #56515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.52%

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

R = 33.46%
G = 31.52%
B = 35.02%

CMYK

 C value IS 0.04

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#56515A (or 0x56515A) is known color: Mulled Wine. HEX triplet: 56, 51 and 5A. RGB value is (86,81,90). Sum of RGB (Red+Green+Blue) = 86+81+90=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 90 - color contains mainly: blue. Hex color #56515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56515A is #A9AEA5. Grayscale: #535353. Windows color (decimal): -11120294 or 5919062. OLE color: 5919062.

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

Color convert

RGB 86 81 90 -
CMYK 0.04 0.1 0 0.65
HSL 273.33º 0.05% 0.34% -
HSV(B) 273.33º 0.1% 0.35% -
XYZ 8.63 8.6 10.88 -
YUV 83.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 86 81 90 0.04 0.1 0 0.65 273.33 0.05 0.34
Hex 56 51 5A 4 A 0 41 111 5 22
Octal 126 121 132 4 12 0 101 421 5 42
Binary 1010110 1010001 1011010 100 1010 0 1000001 100010001 101 100010

Color Harmonies of #56515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56515A

Black with #56515A

Text Example


Text Example

White with #56515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,81,90); }

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

background-color css

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

 a { background-color: rgb(86,81,90); }

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

border-color css

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

 span { border-color: rgb(86,81,90); }

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